diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 3ee6b47ac5ace..04bc190fd137b 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -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 diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index e79fedee2411d..b8ddd8e82caf2 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -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' diff --git a/submanifests/optional.yaml b/submanifests/optional.yaml index af2d68d0ef5f9..5f679e1103161 100644 --- a/submanifests/optional.yaml +++ b/submanifests/optional.yaml @@ -60,7 +60,7 @@ manifest: groups: - optional - name: zephyr-lang-rust - revision: 1cab77b436bccf2c84678e8825b586a093da0918 + revision: dd73abc242e995784da62352fe8c70d9a6c7ac2e path: modules/lang/rust remote: upstream groups: