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>
This commit is contained in:
parent
34f5f8d556
commit
1207880355
2 changed files with 2 additions and 0 deletions
1
.github/workflows/clang.yaml
vendored
1
.github/workflows/clang.yaml
vendored
|
@ -70,6 +70,7 @@ 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
|
||||
|
|
1
.github/workflows/twister.yaml
vendored
1
.github/workflows/twister.yaml
vendored
|
@ -193,6 +193,7 @@ 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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue