Uh oh!
There was an error while loading. Please reload this page.
topology/cmake: add missing .m4 dependency, fixes incremental build - #3945
Conversation
There was no [MAIN_]DEPENDS on the .m4 source file, so changes were not triggering any rebuild. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
The checkpatch https://travis-ci.org/github/thesofproject/sof/builds/764043617 is the usual docker rate limit https://sof-ci.01.org/sofpr/PR3945/build8445/devicetest/?model=CML_HEL_RT5682&testcase=check-suspend-resume-5 is the usual TIMEOUT |
lgirdwood
commented
Mar 23, 2021
Try CI again, this should not break tests. |
lgirdwood
commented
Mar 23, 2021
SOFCI TEST |
marc-hb
commented
Mar 23, 2021
https://sof-ci.01.org/sof-pr-viewer/#/build/PR3945/build6195635 has only TestGenericProcessorCompMultiCorePlb48000Hz32b32b4ch failing like this: Every other test is green. Can't be related to this. https://sof-ci.01.org/sofpr/PR3945/build8452/devicetest/ is amazingly all green |
lgirdwood
commented
Mar 24, 2021
zrombel
commented
Mar 24, 2021
Error is unrelated. I will check this test stability with master top. |
lgirdwood
commented
Mar 26, 2021
@zrombel thanks - let us know when we can merge. |
zrombel
commented
Mar 26, 2021
PR is good to merge. |
There was no [MAIN_]DEPENDS on the .m4 source file, so changes were not
triggering any rebuild.
Signed-off-by: Marc Herbert marc.herbert@intel.com