From: dmkhn@proton.me
To: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
Cc: xen-devel@lists.xenproject.org,
Doug Goldstein <cardoe@cardoe.com>,
Stefano Stabellini <sstabellini@kernel.org>
Subject: Re: [PATCH v2 2/3] CI: Add configure --enable-systemd for full build
Date: Fri, 08 Aug 2025 17:03:22 +0000 [thread overview]
Message-ID: <aJYt1xDj2ClP3mrw@kraken> (raw)
In-Reply-To: <526d26a85bd1f164dd8a421dfcc1e765c3ff5590.1754663560.git-series.marmarek@invisiblethingslab.com>
On Fri, Aug 08, 2025 at 04:32:42PM +0200, 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>
Reviewed-by: Denis Mukhin <dmukhin@ford.com>
> --
> New in v2.
>
> Requires containers rebuild
> ---
> automation/build/debian/12-x86_64.dockerfile | 1 +
> automation/scripts/build | 3 +++
> 2 files changed, 4 insertions(+)
>
> diff --git a/automation/build/debian/12-x86_64.dockerfile b/automation/build/debian/12-x86_64.dockerfile
> index e26a19079e38..3a53d92ddf6d 100644
> --- a/automation/build/debian/12-x86_64.dockerfile
> +++ b/automation/build/debian/12-x86_64.dockerfile
> @@ -24,6 +24,7 @@ RUN <<EOF
> git-core
> pkg-config
> wget
> + systemd
> # libxenguest dombuilder
> libbz2-dev
> liblzma-dev
> diff --git a/automation/scripts/build b/automation/scripts/build
> index 0e7494ff6d87..4ad42889c78c 100755
> --- a/automation/scripts/build
> +++ b/automation/scripts/build
> @@ -69,6 +69,9 @@ else
> # Full build. Figure out our ./configure options
> cfgargs=("--prefix=/usr")
> cfgargs+=("--enable-docs")
> + if pkg-config systemd; then
> + cfgargs+=("--enable-systemd")
> + fi
>
> # booleans for which compiler is in use
> cc_is_gcc="$($cc --version | grep -q gcc && echo "y" || :)"
> --
> git-series 0.9.1
>
next prev parent reply other threads:[~2025-08-08 17:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-08 14:32 [PATCH v2 0/3] Add driver domains test Marek Marczykowski-Górecki
2025-08-08 14:32 ` [PATCH v2 1/3] CI: Add driver domains tests Marek Marczykowski-Górecki
2025-08-08 17:02 ` dmkhn
2025-08-08 14:32 ` [PATCH v2 2/3] CI: Add configure --enable-systemd for full build Marek Marczykowski-Górecki
2025-08-08 17:03 ` dmkhn [this message]
2025-08-08 14:32 ` [PATCH v2 3/3] CI: Run driver domains test on Debian too Marek Marczykowski-Górecki
2025-08-08 17:30 ` dmkhn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aJYt1xDj2ClP3mrw@kraken \
--to=dmkhn@proton.me \
--cc=cardoe@cardoe.com \
--cc=marmarek@invisiblethingslab.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.