Skip to content

Commit

Permalink
.github: add a test for xtensa-build-zephyr.py --all
Browse files Browse the repository at this point in the history
Add a test to avoid --all breakages like the one in commit
05bfc36 ("ptl: Add initial PTL configuration"), reported in thesofproject#9262

See also previous commit.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and kv2019i committed Jul 2, 2024
1 parent d9e6b7b commit 2aaee2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ jobs:
zephyr_revision: mnfst
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:
- uses: actions/checkout@v4
# Download a full clone to fix `git describe`, sof_version.h and
Expand Down

0 comments on commit 2aaee2e

Please sign in to comment.