Skip to content

Commit 1207880

Browse files
committed
ci: exclude rust temporarily [REVERT ME]
Compat issues with optional module, exclude for now until issues are fixed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 34f5f8d commit 1207880

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/clang.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ 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
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

.github/workflows/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)