Skip to content

Commit 9c80639

Browse files
committed
Switch to clang 19
Upgrade from clang 18 to 19. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 8465333 commit 9c80639

File tree

10 files changed

+585
-122
lines changed

10 files changed

+585
-122
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: 19
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=19
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.

0 commit comments

Comments
 (0)