Skip to content

Commit

Permalink
ci: Ensure composefs is enabled on Fedora
Browse files Browse the repository at this point in the history
For some reason we're not picking this up in the Prow build,
which breaks things because now rpm-ostree hard requires it.

Let's make this a fatal build time error for more clear
debugging.
  • Loading branch information
cgwalters committed Oct 5, 2023
1 parent befd844 commit 3be9e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ${dn}/installdeps.sh
if test "${OS_ID}" = 'fedora'; then
case "${CONFIGOPTS:-}" in
*--with-soup*|*--without-curl*) ;;
*) CONFIGOPTS="${CONFIGOPTS:-} --with-curl"
*) CONFIGOPTS="${CONFIGOPTS:-} --with-curl --with-composefs"
esac
fi
case "${CONFIGOPTS:-}" in
Expand Down

0 comments on commit 3be9e2f

Please sign in to comment.