From: Dan Nicholson Date: Thu, 13 Apr 2023 04:34:23 +0000 (-0600) Subject: ci: Add test configuration with soup3 X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2~2^2~9^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=945f0a860299e93985be02719c0c427162de551c;p=ostree.git ci: Add test configuration with soup3 This needs to be on Debian testing for now since bullseye doesn't have soup3. --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b74a34ac..966f6416 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -194,6 +194,19 @@ jobs: apt-get update apt-get install -y git + # A build using libsoup3. After bookworm is released, this can + # be switched to Debian Stable. + - name: Debian Testing with libsoup3 + image: debian:testing-slim + container-options: --security-opt seccomp=unconfined + pre-checkout-setup: | + apt-get update + apt-get install -y git + extra-packages: >- + libsoup-3.0-dev + configure-options: >- + --with-soup3 + # Ubuntu builds. Unfortunately, when the latest release is # also the latest LTS, latest and rolling are the same. Other # options would be to test the previous LTS by name or to test