diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-02 11:27:55 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-02 11:29:34 +0200 |
commit | d98b6c66ffaccbef1c86fc729f2f9601bfb02fd5 (patch) | |
tree | 5b0ce67462d221e64e8bf8a9337f25d43a269c06 /mkosi.conf | |
parent | mkosi: Pass ASAN_OPTIONS to subimages (diff) | |
download | systemd-d98b6c66ffaccbef1c86fc729f2f9601bfb02fd5.tar.xz systemd-d98b6c66ffaccbef1c86fc729f2f9601bfb02fd5.zip |
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkosi.conf b/mkosi.conf index 1566074ce5..980147f760 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -86,7 +86,6 @@ Packages= attr bash-completion binutils - bpftrace coreutils curl diffutils |