File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -173,13 +173,17 @@ dependencies:
173173 - path : deploy/helm/Chart.yaml
174174 match : " ^version: "
175175
176- - name : clang
176+ - name : clang-bpf
177177 version : 19
178178 refPaths :
179179 - path : nix/derivation-bpf.nix
180180 match : llvmPackages_\d+.clang-unwrapped
181181 - path : nix/derivation-bpf.nix
182182 match : llvm_\d+
183+
184+ - name : clang-ci
185+ version : 21
186+ refPaths :
183187 - path : hack/pull-security-profiles-operator-verify
184188 match : CLANG_VERSION
185189
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44./hack/install-packages
55
6- CLANG_VERSION=19
6+ CLANG_VERSION=21
77apt-get install -y lsb-release
88curl -sSfL --retry 5 --retry-delay 3 https://apt.llvm.org/llvm.sh | bash -s -- $CLANG_VERSION all
99ln -sf /usr/bin/clang-format-$CLANG_VERSION /usr/bin/clang-format
You can’t perform that action at this time.
0 commit comments