fix(build): Remove more unused west modules.
This commit is contained in:
parent
1607656c53
commit
064323b667
2 changed files with 16 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -34,11 +34,11 @@ jobs:
|
||||||
tools/
|
tools/
|
||||||
zephyr/
|
zephyr/
|
||||||
bootloader/
|
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: |
|
restore-keys: |
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
2-${{ runner.os }}-build-${{ env.cache-name }}-
|
||||||
${{ runner.os }}-build-
|
2-${{ runner.os }}-build-
|
||||||
${{ runner.os }}-
|
2-${{ runner.os }}-
|
||||||
- name: West Init
|
- name: West Init
|
||||||
uses: "docker://zmkfirmware/zephyr-west-action-arm:latest"
|
uses: "docker://zmkfirmware/zephyr-west-action-arm:latest"
|
||||||
id: west-init
|
id: west-init
|
||||||
|
|
12
app/west.yml
12
app/west.yml
|
@ -21,6 +21,18 @@ manifest:
|
||||||
- hal_microchip
|
- hal_microchip
|
||||||
- hal_nxp
|
- hal_nxp
|
||||||
- hal_openisa
|
- hal_openisa
|
||||||
|
- hal_silabs
|
||||||
|
- hal_xtensa
|
||||||
|
- hal_st
|
||||||
|
- hal_ti
|
||||||
|
- loramac-node
|
||||||
|
- mcuboot
|
||||||
|
- mcumgr
|
||||||
|
- net-tools
|
||||||
|
- segger
|
||||||
|
- openthread
|
||||||
|
- edtt
|
||||||
|
- trusted-firmware-m
|
||||||
- name: uf2
|
- name: uf2
|
||||||
remote: microsoft
|
remote: microsoft
|
||||||
path: tools/uf2
|
path: tools/uf2
|
||||||
|
|
Loading…
Reference in a new issue