Skip to content

Commit

Permalink
CI: Build with composefs on some versions
Browse files Browse the repository at this point in the history
This enables --with-composefs on:
 * Fedora Latest
 * Debian Testing
 * Ubuntu Latest

These all should have new enough version of dependencies.
  • Loading branch information
alexlarsson committed May 31, 2023
1 parent e3be4ee commit 6d2dc95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6d2dc95

Please sign in to comment.