Skip to content

Commit 304b4b5

Browse files
committed
Fix build in CI
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 7902b9d commit 304b4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/install-packages

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ apt-get install -y \
77
libapparmor-dev \
88
libelf-dev \
99
libseccomp-dev \
10-
libzstd-dev
10+
libzstd-dev \
11+
lsb-release
1112

1213
./hack/install-libbpf.sh

hack/pull-security-profiles-operator-verify

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -euo pipefail
44
./hack/install-packages
55

66
CLANG_VERSION=16
7-
apt-get install -y software-properties-common
87
curl -sSfL --retry 5 --retry-delay 3 https://apt.llvm.org/llvm.sh | bash -s -- $CLANG_VERSION all
98
ln -sf /usr/bin/clang-format-$CLANG_VERSION /usr/bin/clang-format
109

0 commit comments

Comments
 (0)