Skip to content

Commit 4d67416

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 4d67416

File tree

8 files changed

+11
-10
lines changed

8 files changed

+11
-10
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.
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_19.clang-unwrapped
12+
llvm_19
1313
pkg-config
1414
which
1515
];

nix/nixpkgs.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"url": "https://github.com/nixos/nixpkgs",
3-
"rev": "65ba69b31ec792c8c572af5c3ff08f15ce5bf1e2",
4-
"date": "2025-07-24T14:52:54+02:00",
5-
"path": "/nix/store/sd2vnxdghznp96wxk4hjsgia0vqakryp-nixpkgs",
6-
"sha256": "1ngaxq4sv767d6b1pz85imcxsjlmrnibwrd8k8iddzdma7pm41pg",
7-
"hash": "sha256-7wZS71G1/dYimqhlvqLNlUrdWY0F/RuWacecrQnu6tk=",
3+
"rev": "722a2352cdcd5174b597ec0617aab77763333b23",
4+
"date": "2025-08-19T10:14:47+01:00",
5+
"path": "/nix/store/7h6z7h4rixsga4bxc7p3a28wylrr6193-nixpkgs",
6+
"sha256": "169jzbqk4rwxmdwnf9f8dlckyqrvqvlhq2spi4vxxr55xwl1kczn",
7+
"hash": "sha256-9rMZKO+l5N43iVcLDOnGO2M/GW3IJWd5q51nMvH6Mpk=",
88
"fetchLFS": false,
99
"fetchSubmodules": false,
1010
"deepClone": false,
1111
"fetchTags": false,
12-
"leaveDotGit": false
12+
"leaveDotGit": false,
13+
"rootDir": ""
1314
}

0 commit comments

Comments
 (0)