build-from-source: enable all repos and skip broken deps

This is needed to build on RHEL8 where some packages are in the
buildroot repo and not all dependencies are available.
This commit is contained in:
Beniamino Galvani 2018-11-09 13:15:47 +01:00
parent 98f08717cd
commit 72191bbeb2

View file

@ -63,6 +63,7 @@ $SUDO yum install \
libcurl-devel \
libasan \
gnutls-devel \
--enablerepo=* --skip-broken \
-y
$SUDO yum install \