From 72191bbeb2594c19e64d212bbbb0e3bf24f2c973 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 9 Nov 2018 13:15:47 +0100 Subject: [PATCH] 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. --- contrib/rh-bkr/build-from-source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/rh-bkr/build-from-source.sh b/contrib/rh-bkr/build-from-source.sh index 656e03e6e6..a2a28fc581 100755 --- a/contrib/rh-bkr/build-from-source.sh +++ b/contrib/rh-bkr/build-from-source.sh @@ -63,6 +63,7 @@ $SUDO yum install \ libcurl-devel \ libasan \ gnutls-devel \ + --enablerepo=* --skip-broken \ -y $SUDO yum install \