Skip to content

Commit bc14ce2

Browse files
committed
no west update
Signed-off-by: Anas Nashif <[email protected]>
1 parent 7bc0717 commit bc14ce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codechecker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
2828
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
2929
BASE_REF: ${{ github.base_ref }}
30+
permissions:
31+
security-events: write
3032
steps:
3133
- name: Apply container owner mismatch workaround
3234
run: |
@@ -71,7 +73,7 @@ jobs:
7173
# So first retry to update, if that does not work, remove all modules
7274
# and start over. (Workaround until we implement more robust module
7375
# west caching).
74-
west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west2.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
76+
# west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west2.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
7577
7678
echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
7779

0 commit comments

Comments
 (0)