]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: install test dependencies for EnterNamespace= test (#39268)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Oct 2025 08:10:36 +0000 (10:10 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 08:10:36 +0000 (10:10 +0200)
The test for the EnterNamespace= feature [0] has been both broken and
disabled since the migration to the mkosi framework, as it's missing the
libdw.pc file for pkg-config, so the test is skipped completely, and
it's also missing gcc to actually build the test binary.

[0] Part of TEST-87-AUX-UTILS-VM.coredump.sh


Trivial merge