Revert "ci: exclude rust temporarily [REVERT ME]"

This reverts commit 1207880355.

Re-enable Rust CI after bringing in fixes.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2025-06-04 09:56:33 -06:00 committed by Anas Nashif
parent bd4d3f8daf
commit c05bcee41d
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ jobs:
west init -l . || true
west config --global update.narrow true
west config manifest.group-filter -- +ci,+optional
west config manifest.project-filter -- -zephyr-lang-rust
# In some cases modules are left in a state where they can't be
# updated (i.e. when we cancel a job and the builder is killed),
# So first retry to update, if that does not work, remove all modules

View File

@ -193,7 +193,6 @@ jobs:
west init -l . || true
west config manifest.group-filter -- +ci,+optional
west config manifest.project-filter -- -zephyr-lang-rust
west config --global update.narrow true
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)
west forall -c 'git reset --hard HEAD'