Skip to content

Commit a636d43

Browse files
cgturner1kv2019i
authored andcommitted
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 06ab2ca commit a636d43

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.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 limitations 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)