-
Notifications
You must be signed in to change notification settings - Fork 349
topology: cmake: silence super chatty alsatplg unless VERBOSE=1 #2654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Successfully tested with both Make and Ninja on Linux. Non-portable but approved by @jajanusz in former PR thesofproject#2626 With this commit: $ make -C tools/build_tools/ | wc -l 770 $ VERBOSE=anything make -C tools/build_tools/ | wc -l 10387 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
|
Tagging @crazoes, I cannot add you as a reviewer for some unknown github reason |
xiulipan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix.
|
Jenkins known issues. |
When users are marked as |
You sound like the first person I met who understand github's permissions :-) Have you found any other documentation than the pages below? They don't define https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization |
|
@marc-hb thesofproject Member simply means that I'm a member of the organization, probably this means member of one of its teams. I think someone needs to add you to the sof-developers team in order to be able to review. |
Do you mean adding not me but @crazoes to sof-developers because only sof-developers can be in the reviewers in the top-right corner of a PR? |
I did mean her, guess my wording was kinda ambiguous. |
|
PR #2710 fixes |
Github doc is generally ok, but it's still lacking most of thing. I just figured out this stuff, by looking how it works ;p |
Successfully tested with both Make and Ninja on Linux.
Non-portable but approved by @jajanusz in former PR #2626
With this commit:
Signed-off-by: Marc Herbert marc.herbert@intel.com