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 6c793b0 commit 8664d34Copy full SHA for 8664d34
.github/workflows/clang.yaml
@@ -5,6 +5,8 @@ on:
5
- main
6
- v*-branch
7
- collab-*
8
+permissions:
9
+ contents: read
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
@@ -26,6 +28,7 @@ jobs:
26
28
CCACHE_DIR: /node-cache/ccache-zephyr
27
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
33
BASE_REF: ${{ github.base_ref }}
34
steps:
0 commit comments