Marc Herbert

Results 43 issues of Marc Herbert

Among other benefits this will make it possible to enable and disable testbench from the Github web interface: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow Signed-off-by: Marc Herbert

At the end of the build, parse the .ri file and print a reproducible checksum of the its content. This feature was in xtensa-build-zephyr.sh but never made it to the...

Add the wrong compiler currently expected by the Zephyr build system, very easy one-line change later, get sparse results for MTL NOW! Signed-off-by: Marc Herbert

Git has an (somewhat inconsistent) set of "color = always" options to override the automated terminal detection. Demo of one of the (too many) options: ``` git diff # colored...

1 line / ms This mtrace spam still makes logs unusable. Try opening https://sof-ci.01.org/sofpr/PR8754/build1979/devicetest/index.html?model=MTLP_RVP_NOCODEC&testcase=multiple-pause-resume-50 ,then click on the "mtrace" tab. The logs are so big that it takes at least...

bug
P2
MTL

Having to find source files to read comments is not convenient. This depends on https://github.com/zephyrproject-rtos/zephyr/pull/67019 which was merged a while ago.

Fixes the following warning: https://github.com/thesofproject/sof/actions/runs/8289483047 ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```

_[OLD commit message]_ Everyone should use deployable builds by default. ------ _[NEW commit message]_ Every Linux developer should use deployable builds by default. Until Peter Ujfalusi's very recent work in...

Installing most of the tools/ directory does not technically require building any platform, so add that possibility. This is useful because the Jenkins-based CI builds the (userspace) tools separately. So...

Pure cleanup to prepare de-duplication #8260, zero functional change. 2 commits, the main one: Commit https://github.com/thesofproject/sof/commit/7680a7b0dcea3967f3dcbc88edc993cc445f701c ("cmake: add testbench host build") added a `return()` in the middle of `src/audio/CMakeLists.txt` to...