Skip to content

Commit 3c0d76e

Browse files
committed
ci: Avoid duplicate builds due to GitHub size limits
Updates workflow to stop running --all builds and instead specify platforms not already built in earlier steps. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent 23c4020 commit 3c0d76e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,12 @@ jobs:
133133
zephyr_revision: mnfst
134134
IPC_platforms: lnl
135135

136-
# This is "duplication of effort" but it makes sure no one
137-
# breaks --all, see for instance #9262 and previous commit.
136+
# Due to GitHub size limitation we can't afford to run --all and
137+
# duplicate builds already built in previous steps.
138+
# This will now build any platform that would've run with --all that
139+
# isn't already built above.
138140
- zephyr_revision: mnfst
139-
IPC_platforms: --all
141+
IPC_platforms: wcl imx95
140142

141143
steps:
142144
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)