Skip to content

Commit b778ad9

Browse files
committed
ci: zephyr: Limit zephyr modules
Limits the modules that are checked out as part of zephyr to reduce storage space needed and CI run time Signed-off-by: Jamie McCrae <[email protected]>
1 parent 4d24b22 commit b778ad9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zephyr_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
- name: Setup Zephyr
7070
working-directory: repos/zephyr
7171
run: |
72+
west config --system manifest.project-filter -- -.*,+cmsis,+hal_nordic,+hal_nxp,+hal_stm32,+libmetal,+littlefs,+mbedtls,+mcuboot,+open-amp,+picolibc,+segger,+tinycrypt,+trusted-firmware-m,+zcbor
7273
west init -l .
7374
west update
7475

0 commit comments

Comments
 (0)