Skip to content

Switch to clang 19 #2967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies:
match: "^version: "

- name: clang
version: 18
version: 19
refPaths:
- path: nix/derivation-bpf.nix
match: llvmPackages_\d+.clang-unwrapped
Expand Down
2 changes: 1 addition & 1 deletion hack/pull-security-profiles-operator-verify
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

./hack/install-packages

CLANG_VERSION=18
CLANG_VERSION=19
apt-get install -y lsb-release
curl -sSfL --retry 5 --retry-delay 3 https://apt.llvm.org/llvm.sh | bash -s -- $CLANG_VERSION all
ln -sf /usr/bin/clang-format-$CLANG_VERSION /usr/bin/clang-format
Expand Down
Binary file modified internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.o.amd64
Binary file not shown.
Binary file modified internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.o.arm64
Binary file not shown.
Loading
Loading