Skip to content

Commit bdda5aa

Browse files
committed
Switch to clan 20
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 8465333 commit bdda5aa

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ dependencies:
174174
match: "^version: "
175175

176176
- name: clang
177-
version: 18
177+
version: 20
178178
refPaths:
179179
- path: nix/derivation-bpf.nix
180180
match: llvmPackages_\d+.clang-unwrapped

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=18
6+
CLANG_VERSION=20
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

nix/derivation-bpf.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ with pkgs; buildGoModule rec {
88
outputs = [ "out" ];
99
nativeBuildInputs = with buildPackages; [
1010
git
11-
llvmPackages_18.clang-unwrapped
12-
llvm_18
11+
llvmPackages_20.clang-unwrapped
12+
llvm_20
1313
pkg-config
1414
which
1515
];

0 commit comments

Comments
 (0)