From adc2789f1ef988d7ed35b6567b59cd6a008bc7f8 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Tue, 7 Jan 2025 11:29:09 +0100 Subject: [PATCH 1/2] 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 . [1]: https://bugzilla.redhat.com/show_bug.cgi?id=2209635 [2]: https://bugzilla.redhat.com/show_bug.cgi?id=2211472 --- builder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 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 \ From be1ddc2b8b0a56bec8c72c03b7dc314c46fca31a Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Mon, 13 Jan 2025 10:30:50 +0100 Subject: [PATCH 2/2] Use Falco with latest fixes * Keep event thread * Tail calls changes --- falcosecurity-libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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