]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Install debug packages when WITH_DEBUG=1 is enabled 32333/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 18 Apr 2024 11:29:12 +0000 (13:29 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 18 Apr 2024 12:01:50 +0000 (14:01 +0200)
commita432014b0142b610b31e1737133a616741bc7cb1
treeb534dcfa520776c37458d356d7cce84e31884a55
parent35c1ea4d69120ce091fb7386db98f7d13b20f9f2
mkosi: Install debug packages when WITH_DEBUG=1 is enabled

When we're building debuginfo packages, the original binaries and
libraries are stripped so make sure we install the debuginfo
packages to make sure debugging in the container/VM still works.
mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf.d/10-debug.conf [new file with mode: 0644]
mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-debug.conf [new file with mode: 0644]
mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.conf.d/10-debug.conf [new file with mode: 0644]
mkosi.images/system/mkosi.conf.d/10-opensuse/mkosi.conf.d/10-debug.conf [new file with mode: 0644]