mirror of https://github.com/thesofproject/sof.git
.github: add a test for xtensa-build-zephyr.py --all
Add a test to avoid --all breakages like the one in commit
05bfc36dac
("ptl: Add initial PTL configuration"), reported in #9262
See also previous commit.
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
d9e6b7b977
commit
2aaee2e585
|
@ -123,6 +123,11 @@ jobs:
|
||||||
zephyr_revision: mnfst
|
zephyr_revision: mnfst
|
||||||
IPC_platforms: mtl
|
IPC_platforms: mtl
|
||||||
|
|
||||||
|
# This is "duplication of effort" but it makes sure no one
|
||||||
|
# breaks --all, see for instance #9262 and previous commit.
|
||||||
|
- zephyr_revision: mnfst
|
||||||
|
IPC_platforms: --all
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# Download a full clone to fix `git describe`, sof_version.h and
|
# Download a full clone to fix `git describe`, sof_version.h and
|
||||||
|
|
Loading…
Reference in New Issue