File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments