Skip to content

Commit

Permalink
ci: zephyr: Limit zephyr modules
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nordicjm committed Dec 5, 2024
1 parent 8286624 commit e7e8c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zephyr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Setup Zephyr
working-directory: repos/zephyr
run: |
west config --system manifest.project-filter -- -.*,+cmsis,+hal_nordic,+hal_nxp,+libmetal,+littlefs,+mbedtls,+mcuboot,+open-amp,+picolibc,+segger,+tinycrypt,+trusted-firmware-m,+zcbor
west init -l .
west update
Expand Down

0 comments on commit e7e8c07

Please sign in to comment.