Skip to content

Commit

Permalink
Use newest clang and llvm
Browse files Browse the repository at this point in the history
We pin clang and llvm versions due to bugs in certain versions,
which we would like to skip (see [1], [2]). Bump them to 19.1.5 .

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=2209635
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=2211472
  • Loading branch information
erthalion committed Jan 7, 2025
1 parent 4a9fccf commit adc2789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN dnf -y update \
binutils-devel \
bison \
ca-certificates \
clang-17.0.6 \
llvm-17.0.6 \
clang-19.1.5 \
llvm-19.1.5 \
cmake \
cracklib-dicts \
diffutils \
Expand Down

0 comments on commit adc2789

Please sign in to comment.