From ba47522f0ba6eb2df347fb05174c8be38a98cd97 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Tue, 14 Jan 2025 17:07:26 +0100 Subject: [PATCH] Use newest clang and llvm (#2005) 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 --- builder/Dockerfile | 4 ++-- falcosecurity-libs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index ecb01b1bec..6f237a3749 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -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 \ diff --git a/falcosecurity-libs b/falcosecurity-libs index 50c2dd41ae..8681c918e3 160000 --- a/falcosecurity-libs +++ b/falcosecurity-libs @@ -1 +1 @@ -Subproject commit 50c2dd41aea6313f3195ba46e33a71e0a0aeb896 +Subproject commit 8681c918e3b2c3510475e5f6331cc594f32e89f6