diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-28 16:06:47 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-28 12:16:17 -0500 |
commit | 90123caa4ca413f9c9e96d37e9b627ebf0407b66 (patch) | |
tree | 47e4b77e82c0f4b1d9c0e87eb00bf276374b9e7b | |
parent | 093719a3b85774326f1ffaf3a907b5186250ceee (diff) |
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
-rw-r--r-- | app/west.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/west.yml b/app/west.yml index 7657fde..e1febc1 100644 --- a/app/west.yml +++ b/app/west.yml @@ -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
\ No newline at end of file |