]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Add strace and gdb to base image build packages
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Dec 2023 14:59:16 +0000 (15:59 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Dec 2023 14:59:16 +0000 (15:59 +0100)
For debugging failing tests in combination with mkosi's --debug-shell.

mkosi.images/base/mkosi.conf

index 6c6d0457752b1a846782232a3a7a71e00323f414..be8586ce3b9e8c1e7ab45f67cd920408ff8fceef 100644 (file)
@@ -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