From: Daan De Meyer Date: Thu, 31 Oct 2024 11:44:13 +0000 (+0100) Subject: mkosi: Install gdb in centos/fedora build image X-Git-Tag: v257-rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9425d1c4f002a1ec44c57509d857bff6b6b85b;p=thirdparty%2Fsystemd.git 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. --- 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