Skip to content

Commit c05bcee

Browse files
d3zd3znashif
authored andcommitted
Revert "ci: exclude rust temporarily [REVERT ME]"
This reverts commit 1207880. Re-enable Rust CI after bringing in fixes. Signed-off-by: David Brown <[email protected]>
1 parent bd4d3f8 commit c05bcee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/clang.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
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
7473
# In some cases modules are left in a state where they can't be
7574
# updated (i.e. when we cancel a job and the builder is killed),
7675
# So first retry to update, if that does not work, remove all modules

.github/workflows/twister.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ jobs:
193193
194194
west init -l . || true
195195
west config manifest.group-filter -- +ci,+optional
196-
west config manifest.project-filter -- -zephyr-lang-rust
197196
west config --global update.narrow true
198197
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)
199198
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)