From 1f9425d1c4f002a1ec44c57509d857bff6b6b85b Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 31 Oct 2024 12:44:13 +0100 Subject: [PATCH] mkosi: Install gdb in centos/fedora build image Lack of gdb-add-index has become a fatal error in Rawhide/c10s so let's install gdb to make rpmbuild happy. --- mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf b/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf index 473dc362b52..3236d7f02d0 100644 --- a/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf +++ b/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf @@ -14,6 +14,7 @@ Environment= [Content] Packages= compiler-rt + gdb git-core libasan libubsan