From d98b6c66ffaccbef1c86fc729f2f9601bfb02fd5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 2 Oct 2024 11:27:55 +0200 Subject: [PATCH] mkosi: Stop installing bpftrace bpftrace nudges the Fedora Rawhide images towards compiler-rt18 while the sanitizer builds pull in clang19, leading to the sanitizer libraries not being found at runtime. Let's drop bpftrace for now so that compiler-rt19 is pulled in in the main image. --- mkosi.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/mkosi.conf b/mkosi.conf index 1566074ce57..980147f7600 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -86,7 +86,6 @@ Packages= attr bash-completion binutils - bpftrace coreutils curl diffutils -- 2.47.3