File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 70
70
west init -l . || true
71
71
west config --global update.narrow true
72
72
west config manifest.group-filter -- +ci,+optional
73
- west config manifest.project-filter -- -zephyr-lang-rust
74
73
# In some cases modules are left in a state where they can't be
75
74
# updated (i.e. when we cancel a job and the builder is killed),
76
75
# So first retry to update, if that does not work, remove all modules
Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ jobs:
193
193
194
194
west init -l . || true
195
195
west config manifest.group-filter -- +ci,+optional
196
- west config manifest.project-filter -- -zephyr-lang-rust
197
196
west config --global update.narrow true
198
197
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)
199
198
west forall -c 'git reset --hard HEAD'
You can’t perform that action at this time.
0 commit comments