From 90123caa4ca413f9c9e96d37e9b627ebf0407b66 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Sat, 28 Nov 2020 16:06:47 +0000 Subject: [PATCH] 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 --- app/west.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/west.yml b/app/west.yml index 7657fdef..e1febc12 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