File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 7070 west init -l . || true
7171 west config --global update.narrow true
7272 west config manifest.group-filter -- +ci,+optional
73+ west config manifest.project-filter -- -zephyr-lang-rust
7374 # In some cases modules are left in a state where they can't be
7475 # updated (i.e. when we cancel a job and the builder is killed),
7576 # So first retry to update, if that does not work, remove all modules
Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ jobs:
193193
194194 west init -l . || true
195195 west config manifest.group-filter -- +ci,+optional
196+ west config manifest.project-filter -- -zephyr-lang-rust
196197 west config --global update.narrow true
197198 west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
198199 west forall -c 'git reset --hard HEAD'
You can’t perform that action at this time.
0 commit comments