From: Daan De Meyer Date: Fri, 22 Mar 2024 15:49:10 +0000 (+0100) Subject: mkosi: Disable debug package generation on Arch Linux X-Git-Tag: v256-rc1~440^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97b191c49bf4c1085aeccd94db99f03b4fca481f;p=thirdparty%2Fsystemd.git mkosi: Disable debug package generation on Arch Linux This is extremely slow since the latest pacman release, and since we don't strip binaries, not really needed either. --- diff --git a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot index aff566f94c2..5304afff28d 100755 --- a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot +++ b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot @@ -23,7 +23,7 @@ mount --mkdir --rbind "$PWD/pkg/$PKG_SUBDIR" "pkg/$PKG_SUBDIR/src/" # tmpfs during the build script so these changes don't end up in the image itself. tee --append /etc/makepkg.conf >/dev/null <