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
|
- name: zephyr
|
||||||
remote: petejohanson
|
remote: petejohanson
|
||||||
revision: zmk-v2.3.0-with-fixes
|
revision: zmk-v2.3.0-with-fixes
|
||||||
|
clone-depth: 1
|
||||||
import:
|
import:
|
||||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
||||||
name-blacklist:
|
name-blacklist:
|
||||||
|
@ -36,5 +37,6 @@ manifest:
|
||||||
- name: uf2
|
- name: uf2
|
||||||
remote: microsoft
|
remote: microsoft
|
||||||
path: tools/uf2
|
path: tools/uf2
|
||||||
|
clone-depth: 1
|
||||||
self:
|
self:
|
||||||
west-commands: scripts/west-commands.yml
|
west-commands: scripts/west-commands.yml
|
Loading…
Add table
Reference in a new issue