From: Daan De Meyer Date: Tue, 4 Feb 2025 19:21:36 +0000 (+0100) Subject: test: Drop -Dremote=enabled instructions from readme X-Git-Tag: v258-rc1~1425^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=284a56ff60bc8ff90c7f0e0614b1c30edd875288;p=thirdparty%2Fsystemd.git test: Drop -Dremote=enabled instructions from readme The test commands now use mkosi sandbox which always makes sure the required dependencies for systemd-journal-remote are enabled so no need to reconfigure meson explicitly anymore. --- diff --git a/test/README.md b/test/README.md index d5f9ef43d43..45cc8789241 100644 --- a/test/README.md +++ b/test/README.md @@ -8,12 +8,6 @@ latest version of mkosi. See for more specific details. Make sure `mkosi` is available in `$PATH` when reconfiguring meson to make sure it is picked up properly. -We also need to make sure the required meson options are enabled: - -```shell -$ mkosi -f sandbox meson setup --reconfigure build -Dremote=enabled -``` - To make sure `mkosi` doesn't try to build systemd from source during the image build process, you can add the following to `mkosi.local.conf`: