Skip to content

Commit

Permalink
Merge pull request #97 from petejohanson/core/exclude-more-west-modules
Browse files Browse the repository at this point in the history
fix(build): Remove more unused west modules.
  • Loading branch information
petejohanson committed Aug 18, 2020
2 parents 1607656 + 064323b commit f04da71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -34,11 +34,11 @@ jobs:
tools/
zephyr/
bootloader/
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}
key: 2-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('app/west.yml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
2-${{ runner.os }}-build-${{ env.cache-name }}-
2-${{ runner.os }}-build-
2-${{ runner.os }}-
- name: West Init
uses: "docker://zmkfirmware/zephyr-west-action-arm:latest"
id: west-init
Expand Down
12 changes: 12 additions & 0 deletions app/west.yml
Expand Up @@ -21,6 +21,18 @@ manifest:
- hal_microchip
- hal_nxp
- hal_openisa
- hal_silabs
- hal_xtensa
- hal_st
- hal_ti
- loramac-node
- mcuboot
- mcumgr
- net-tools
- segger
- openthread
- edtt
- trusted-firmware-m
- name: uf2
remote: microsoft
path: tools/uf2
Expand Down

0 comments on commit f04da71

Please sign in to comment.