File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on :
1919 group : zephyr-runner-v2-linux-x64-4xlarge
2020 container :
21- image : ghcr.io/zephyrproject-rtos/ci:main -amd64
21+ image : ghcr.io/zephyrproject-rtos/ci:v0.27.6.1 -amd64
2222 options : ' --entrypoint /bin/bash'
2323 strategy :
2424 fail-fast : false
2929 CCACHE_REMOTE_STORAGE : " redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
3030 CCACHE_REMOTE_ONLY : " true"
3131 CCACHE_IGNOREOPTIONS : ' -specs=* --specs=*'
32- LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-20-
32+ LLVM_TOOLCHAIN_PATH : /usr/lib/llvm-20
3333 BASE_REF : ${{ github.base_ref }}
3434 steps :
3535 - name : Apply container owner mismatch workaround
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 needs : twister-build-prep
128128 if : needs.twister-build-prep.outputs.size != 0
129129 container :
130- image : ghcr.io/zephyrproject-rtos/ci:main -amd64
130+ image : ghcr.io/zephyrproject-rtos/ci:v0.27.6.1 -amd64
131131 options : ' --entrypoint /bin/bash'
132132 strategy :
133133 fail-fast : false
You can’t perform that action at this time.
0 commit comments