From 945f0a860299e93985be02719c0c427162de551c Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 12 Apr 2023 22:34:23 -0600 Subject: ci: Add test configuration with soup3 This needs to be on Debian testing for now since bullseye doesn't have soup3. --- .github/workflows/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- cgit v1.2.1