From 6d2dc959686e530dfd0b4e1ef8c4b480d9a01e1b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 23 May 2023 16:37:16 +0200 Subject: [PATCH] CI: Build with composefs on some versions This enables --with-composefs on: * Fedora Latest * Debian Testing * Ubuntu Latest These all should have new enough version of dependencies. --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 966f6416..45060ab6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,7 +73,7 @@ jobs: - name: Build run: | env NOCONFIGURE=1 ./autogen.sh && - ./configure --with-curl --with-selinux --with-dracut=yesbutnoconf && + ./configure --with-curl --with-selinux --with-dracut=yesbutnoconf --with-composefs && make -j 4 && make install DESTDIR=$(pwd)/install && tar -c -C install --zstd -f inst.tar.zst . - name: Upload binary uses: actions/upload-artifact@v2 @@ -193,6 +193,8 @@ jobs: pre-checkout-setup: | apt-get update apt-get install -y git + configure-options: >- + --with-composefs # A build using libsoup3. After bookworm is released, this can # be switched to Debian Stable. -- 2.30.2