[PATCH v4 5/6] CI: Add configure --enable-systemd for full build

Marek Marczykowski-Górecki posted 6 patches 6 days, 16 hours ago
Only 3 patches received!
[PATCH v4 5/6] CI: Add configure --enable-systemd for full build
Posted by Marek Marczykowski-Górecki 6 days, 16 hours ago
This doesn't exclude sysvinit scripts, but allows testing systemd too.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
--
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 7a81d229decd..9485f37c7020 100755
--- a/automation/scripts/build
+++ b/automation/scripts/build
@@ -71,6 +71,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

Re: [PATCH v4 5/6] CI: Add configure --enable-systemd for full build
Posted by Stefano Stabellini 2 days, 19 hours ago
On Sat, 6 Dec 2025, Marek Marczykowski-Górecki wrote:
> This doesn't exclude sysvinit scripts, but allows testing systemd too.
> 
> Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> --
> 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 7a81d229decd..9485f37c7020 100755
> --- a/automation/scripts/build
> +++ b/automation/scripts/build
> @@ -71,6 +71,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
>