[SKIP SOF-TEST] workflows: zephyr: Install gperf on windows#10437
Merged
kv2019i merged 1 commit intothesofproject:mainfrom Dec 12, 2025
Merged
Conversation
75bc0a7 to
fc2ddeb
Compare
Installation of gperf (perfect hash function generator) for firmware compilation in Windows environment. Closes thesofproject#10427 Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
fc2ddeb to
eb04087
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds gperf (GNU Perfect Hash Function Generator) installation to the Windows build workflow for Zephyr firmware compilation. Gperf is a code generation tool required for building certain firmware components.
Key Changes:
- Added gperf installation step for Windows builds using Chocolatey package manager
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
serhiy-katsyuba-intel
approved these changes
Dec 12, 2025
softwarecki
approved these changes
Dec 12, 2025
Collaborator
softwarecki
left a comment
There was a problem hiding this comment.
We struggled with this issue for so long and the solution turned out to be so small. Great job!
kv2019i
approved these changes
Dec 12, 2025
Collaborator
kv2019i
left a comment
There was a problem hiding this comment.
Excellent, this explains the error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Installation of gperf (perfect hash function generator) for firmware compilation in Windows environment.