Skip to content

Commit

Permalink
.github/zephyr: test new fancy --filter=tree:0 cloning option
Browse files Browse the repository at this point in the history
Test new, fancy and impressive looking git --filter optimization on
non-critical "manifest check". Extend it later to other checks if it
hasn't caused any issue.

https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
zephyrproject-rtos/west#638 (comment)

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Mar 22, 2023
1 parent abd81a1 commit 5e8a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip3 install west
cd workspace/sof/
west init -l
west update
west update --fetch-opt=--filter=tree:0
build-linux:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 5e8a506

Please sign in to comment.