mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
mkosi: Add strace and gdb to base image build packages
For debugging failing tests in combination with mkosi's --debug-shell.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user