Skip to content
Closed
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
8 changes: 2 additions & 6 deletions hack/pull-security-profiles-operator-verify
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
set -euo pipefail

./hack/install-packages

CLANG_VERSION=21
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

apt-get update
apt-get install -y lsb-release clang-format
make verify
Loading