[PATCH v5 04/13] CI: Add configure --enable-systemd for full build
Marek Marczykowski-Górecki <[email protected]> Wed, 5 Aug 2026 16:55:32 +0200
| Newsgroups | gmane.comp.emulators.xen.devel |
|---|---|
| Message-ID | <b1ef91e0b72c83b0f5567a57c991d61ebd846f2c.1785941707.git-series.marmarek@invisiblethingslab.com> |
This doesn't exclude sysvinit scripts, but allows testing systemd too. Signed-off-by: Marek Marczykowski-Górecki <[email protected]> Acked-by: Stefano Stabellini <[email protected]> -- Changes in v4: - drop systemd-dev, add --enable-systemd always Changes in v3: - switch to trixie New in v2. --- automation/scripts/build | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/scripts/build b/automation/scripts/build index bdaab11c3722..33de967c4b9b 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -59,6 +59,7 @@ else # Full build. Figure out our ./configure options cfgargs=("--prefix=/usr") cfgargs+=("--enable-docs") + cfgargs+=("--enable-systemd") # booleans for which compiler is in use cc_is_gcc="$($cc --version | grep -q gcc && echo "y" || :)" -- git-series 0.9.1