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.
*) CONFIGOPTS="${CONFIGOPTS:-} --with-curl"
esac
fi
+if [[ "${OS_ID_LIKE}" =~ rhel|fedora ]]; then
+ CONFIGOPTS="${CONFIGOPTS:-} --with-composefs --with-openssl"
+fi
case "${CONFIGOPTS:-}" in
*--with-curl*|--with-soup*)
if test -x /usr/bin/gnome-desktop-testing-runner; then
dn=$(cd $(dirname $0) && pwd)
OS_ID=$(. /etc/os-release; echo $ID)
+OS_ID_LIKE=$(. /etc/os-release; echo $ID ${ID_LIKE:-})
OS_VERSION_ID=$(. /etc/os-release; echo $VERSION_ID)
pkg_upgrade() {