Skip to content

Commit 49c6b7d

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Update clang as well
Signed-off-by: Sascha Grunert <[email protected]>
1 parent b926875 commit 49c6b7d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dependencies.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

hack/pull-security-profiles-operator-verify

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
./hack/install-packages
55

6-
CLANG_VERSION=19
6+
CLANG_VERSION=21
77
apt-get install -y lsb-release
88
curl -sSfL --retry 5 --retry-delay 3 https://apt.llvm.org/llvm.sh | bash -s -- $CLANG_VERSION all
99
ln -sf /usr/bin/clang-format-$CLANG_VERSION /usr/bin/clang-format

0 commit comments

Comments
 (0)