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:
innovaker 2020-11-28 16:06:47 +00:00 committed by Pete Johanson
parent 093719a3b8
commit 90123caa4c
1 changed files with 2 additions and 0 deletions

View File

@ -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