]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Streamline running the integration tests without building systemd
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Jul 2024 14:09:47 +0000 (16:09 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 18 Jul 2024 09:39:07 +0000 (11:39 +0200)
commitd279ec4a50d83ab44200ea410fa09d7ba2e5c824
treee1b87b316d7fda520bc552657771bdbdc30b6182
parentbb8f6ac445b80f9621503bec7a22caa57bb10ee4
mkosi: Streamline running the integration tests without building systemd

Let's document in detail how to build the integration test image and run
the integration tests without building systemd. To streamline the process,
we stop automatically using binaries from build/ when invoking mkosi directly
and don't automatically use a tools tree anymore if systemd on the host is too
old. Instead, we document these options in HACKING.md and change the mkosi meson
target to automatically use the current build directory as an extra binary search
path for mkosi.
docs/HACKING.md
meson.build
mkosi.conf.d/10-extra-search-paths.conf [deleted file]
mkosi.conf.d/10-tools.conf [deleted file]
test/README.testsuite