From: Luca BRUNO Date: Fri, 6 May 2022 10:07:24 +0000 (+0000) Subject: ci/github: add a job for --without-libsystemd X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~24^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83956daeeeffbf71ca1e602f27beaf6dae391b39;p=ostree.git ci/github: add a job for --without-libsystemd --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13e33535..8c0ae5f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,6 +82,15 @@ jobs: apt-get update apt-get install -y git libc6:amd64 libstdc++6:amd64 + # A build without libsystemd support, similar to what flatpak-builder does. + - name: Debian Stable without libsystemd + image: debian:stable-slim + pre-checkout-setup: | + apt-get update + apt-get install -y git + configure-options: >- + --without-libsystemd + - name: Debian Testing image: debian:testing-slim pre-checkout-setup: |