summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-11-09 13:15:47 +0100
committerBeniamino Galvani <bgalvani@redhat.com>2018-11-09 13:15:47 +0100
commit72191bbeb2594c19e64d212bbbb0e3bf24f2c973 (patch)
treee3db85049c86b79b8ec34493d8adea5b291a58db
parent98f08717cdfeac2d553ae06473e8574d7477a97f (diff)
downloadNetworkManager-72191bbeb2594c19e64d212bbbb0e3bf24f2c973.tar.gz
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.
-rwxr-xr-xcontrib/rh-bkr/build-from-source.sh1
1 files changed, 1 insertions, 0 deletions
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 \