We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aeaba commit d63943bCopy full SHA for d63943b
.github/workflows/clang.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on:
19
group: zephyr-runner-v2-linux-x64-4xlarge
20
container:
21
- image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
+ image: ghcr.io/zephyrproject-rtos/ci:main
22
options: '--entrypoint /bin/bash'
23
strategy:
24
fail-fast: false
@@ -29,7 +29,7 @@ jobs:
29
CCACHE_REMOTE_STORAGE: "redis://cache-*.keydb-cache.svc.cluster.local|shards=1,2,3"
30
CCACHE_REMOTE_ONLY: "true"
31
CCACHE_IGNOREOPTIONS: '-specs=* --specs=*'
32
- LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
33
BASE_REF: ${{ github.base_ref }}
34
steps:
35
- name: Apply container owner mismatch workaround
0 commit comments