Skip to content

Commit d63943b

Browse files
committed
use new docker for clang as well
Signed-off-by: Anas Nashif <[email protected]>
1 parent c1aeaba commit d63943b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:
1919
group: zephyr-runner-v2-linux-x64-4xlarge
2020
container:
21-
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
21+
image: ghcr.io/zephyrproject-rtos/ci:main
2222
options: '--entrypoint /bin/bash'
2323
strategy:
2424
fail-fast: false
@@ -29,7 +29,7 @@ jobs:
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-16
32+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
3333
BASE_REF: ${{ github.base_ref }}
3434
steps:
3535
- name: Apply container owner mismatch workaround

0 commit comments

Comments
 (0)