From: Daan De Meyer Date: Tue, 19 Dec 2023 14:59:16 +0000 (+0100) Subject: mkosi: Add strace and gdb to base image build packages X-Git-Tag: v256-rc1~1456^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53ea4d7a4740c54da5e8fbe491f78262e06bea2b;p=thirdparty%2Fsystemd.git mkosi: Add strace and gdb to base image build packages For debugging failing tests in combination with mkosi's --debug-shell. --- diff --git a/mkosi.images/base/mkosi.conf b/mkosi.images/base/mkosi.conf index 6c6d0457752..be8586ce3b9 100644 --- a/mkosi.images/base/mkosi.conf +++ b/mkosi.images/base/mkosi.conf @@ -15,10 +15,11 @@ Packages= BuildPackages= acl - diffutils - gawk binutils clang + diffutils + gawk + gdb gettext git gperf @@ -30,5 +31,6 @@ BuildPackages= pkgconf rsync sed + strace tar zstd