Uh oh!
There was an error while loading. Please reload this page.
tools/test: silence alsatplg in tlpg-build.sh unless VERBOSE=1 - #2710
Conversation
With this commit: ./scripts/build-tools.sh -t -f | wc -l 525 VERBOSE=anything ./scripts/build-tools.sh -t -f | wc -l 137030 This a followup to commit aa6c0f2 ("topology: cmake: silence super chatty alsatplg unless VERBOSE=1") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
jajanusz
commented
Apr 7, 2020
I think that when you make changes like this, you should also update CI scripts in the same PR, so for CI it stays verbose and just default behaviour for user whie building locally changes. |
lgirdwood
commented
Apr 7, 2020
SOFCI TEST |
lgirdwood
commented
Apr 7, 2020
marc-hb
commented
Apr 7, 2020
I would also like to know how useful or useless is the Note alsa-utils commit v1.2.2~15-gcbabe7a3f0cc accidentally broke |
xiulipan
commented
Apr 8, 2020
@lgirdwood I think this will also benefit manual build. With multi-thread enabled, it is almost impossible to find the real error in tons of logs. |
zrombel
commented
Apr 8, 2020
I don't see any changes in CI logs with this PR. Commit aa6c0f2 introduces smaller log from building tools, line count dropped from ~10000 to ~500. This longer log was pretty heavy as for log file - 800KB, but it is not a problem for CI storage which is periodically cleaned. The question is what developers want to see in this log? |
lgirdwood
commented
Apr 8, 2020
Developers only need to see the build breakage - the alsa tooling is PC based so easy for developers to reproduce for fixing. |
With this commit:
This a followup to commit aa6c0f2 ("topology: cmake: silence super
chatty alsatplg unless VERBOSE=1")
Signed-off-by: Marc Herbert marc.herbert@intel.com