build(west): add clone-depth = 1 to zephyr and uf2
This reduces zephyr's footprint to 33% and dramatically reduces the cloning times (west update). PR: #441
This commit is contained in:
parent
093719a3b8
commit
e29767640a
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ manifest:
|
|||
- name: zephyr
|
||||
remote: petejohanson
|
||||
revision: zmk-v2.3.0-with-fixes
|
||||
clone-depth: 1
|
||||
import:
|
||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
||||
name-blacklist:
|
||||
|
@ -36,5 +37,6 @@ manifest:
|
|||
- name: uf2
|
||||
remote: microsoft
|
||||
path: tools/uf2
|
||||
clone-depth: 1
|
||||
self:
|
||||
west-commands: scripts/west-commands.yml
|
Loading…
Add table
Reference in a new issue