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 <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Jun 27, 2024
1 parent 2b0dd87 commit 6a6a457
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 #9292 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 6a6a457

Please sign in to comment.