Skip to content

Commit

Permalink
Use newest clang and llvm (#2005)
Browse files Browse the repository at this point in the history
Use newest clang and llvm

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 .

On top of that use Falco with latest fixes:

* Keep event thread
* Tail calls changes

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=2209635
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=2211472
  • Loading branch information
erthalion authored Jan 14, 2025
1 parent 2acf49b commit ba47522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 ba47522

Please sign in to comment.