sof/.github/workflows
Marc Herbert 6458f48471 scripts/fuzz.sh: fix multiple issues with "stub" overlays
Fixes commit deed9a8808 ("scripts: fuzz: add support for build and
overlays")

The main issue was the way fuzz.sh was trying to parse the overlay
file. Drop that and just pass it as is to `west` and `cmake` instead,
they know what to do with it.

Also:

- Fix invalid syntax in stub_build_all_ipc4.conf
- Make fuzz.sh shellcheck-clean again. Always use shellcheck.
- Temporarily disable `CONFIG_COMP_SMART_AMP` in
  stub_build_all_ipc3.conf because `smart_amp.c` does not compile (in
  any configuration)

```
sof/src/audio/smart_amp/smart_amp.c:748:9: error:
   no member named 'in_channels' in 'struct smart_amp_data'
   sad->in_channels = audio_stream_get_channels(&source_buffer->stream);
```

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-10-31 14:23:26 +00:00
..
SPDX-README.md .github/SPDX-README.md: clarify .c/.h difference and applicability 2023-01-27 10:59:24 +00:00
build_all.yml scripts/fuzz.sh: fix multiple issues with "stub" overlays 2023-10-31 14:23:26 +00:00
checkpatch_list.sh github: add new SPDX-README.md and show it when checkpatch fails 2023-01-11 17:10:43 +00:00
codestyle.yml .github: upgrade most runners to latest Ubuntu 22.04 2023-05-08 12:21:55 +03:00
daily-tests.yml .github/daily-tests.yml: add sparse-zephyr.yml 2023-03-03 16:13:25 +00:00
installer.yml Intel: remove XTOS support 2023-05-11 19:17:17 +03:00
ipc_fuzzer.yml .github: ipc_fuzzer: upload stdout logs 2023-05-29 09:59:34 +03:00
pull-request.yml Intel: remove XTOS support 2023-05-11 19:17:17 +03:00
repro-build.yml .github: upgrade most runners to latest Ubuntu 22.04 2023-05-08 12:21:55 +03:00
rimage.yml .github: re-enable rimage workflows 2023-10-18 13:42:40 +03:00
shallowfetchPRcommits.sh .github: http://github.com -> https:// 2021-03-09 20:12:58 +00:00
sparse-zephyr.yml .github/sparse-zephyr: add -DCONFIG_MINIMAL_LIBC to avoid picolibc 2023-09-27 14:00:10 +01:00
testbench.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
tools.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
unit-tests.yml .github: upgrade all checkout actions to v3 2023-05-04 16:46:43 +03:00
zephyr.yml .github/zephyr: de-hardcode the remote name in the Windows build too 2023-10-25 13:36:22 +03:00