From: Alexander Larsson Date: Tue, 23 May 2023 14:37:16 +0000 (+0200) Subject: CI: Build with composefs on some versions X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2~1^2~29^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d2dc959686e530dfd0b4e1ef8c4b480d9a01e1b;p=ostree.git 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. --- 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.