]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Drop -Dremote=enabled instructions from readme
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Feb 2025 19:21:36 +0000 (20:21 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Feb 2025 19:21:36 +0000 (20:21 +0100)
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.

test/README.md

index d5f9ef43d43ddb425c0974952ab756bca2494755..45cc8789241f8afcb354712849f4462a4e524b20 100644 (file)
@@ -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`: