Skip to content

Commit

Permalink
Use clang-17 instead of clang-15
Browse files Browse the repository at this point in the history
clang-15 is no more available in centos:stream9
Falco claims to be fine with anything above 12.
  • Loading branch information
ovalenti committed Jan 12, 2024
1 parent 3a8011e commit 3d28d77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ ARG BUILD_DIR=/install-tmp

USER root

# clang 15 is used here due to an error on clang 16 when running on QEMU
# emulating s390x on a x86 host (which is our case on GHA), see:
# - https://bugzilla.redhat.com/show_bug.cgi?id=2209635
# - https://bugzilla.redhat.com/show_bug.cgi?id=2211472
RUN dnf -y update \
&& dnf -y install --nobest \
autoconf \
automake \
binutils-devel \
bison \
ca-certificates \
clang-15.0.7 \
clang-17.0.6 \
cmake \
cracklib-dicts \
diffutils \
Expand Down

0 comments on commit 3d28d77

Please sign in to comment.