From: Casey Bodley Date: Wed, 10 Aug 2022 20:04:57 +0000 (-0400) Subject: install-deps: centos8 doesn't have or need centos-release-scl X-Git-Tag: v18.0.0~288^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=eee43b262874353e411c894b6613798dc585c6e4;p=ceph-ci.git install-deps: centos8 doesn't have or need centos-release-scl Fixes: https://tracker.ceph.com/issues/57073 Signed-off-by: Casey Bodley --- diff --git a/install-deps.sh b/install-deps.sh index 40d3806335d..10d8fa45219 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -418,18 +418,7 @@ EOF if test $ID = centos -a $MAJOR_VERSION = 8 ; then # Enable 'powertools' or 'PowerTools' repo $SUDO dnf config-manager --set-enabled $(dnf repolist --all 2>/dev/null|gawk 'tolower($0) ~ /^powertools\s/{print $1}') - case "$ARCH" in - x86_64) - $SUDO dnf -y install centos-release-scl - dts_ver=10 - ;; - aarch64) - $SUDO dnf -y install centos-release-scl-rh - $SUDO dnf config-manager --disable centos-sclo-rh - $SUDO dnf config-manager --enable centos-sclo-rh-testing - dts_ver=10 - ;; - esac + dts_ver=10 # before EPEL8 and PowerTools provide all dependencies, we use sepia for the dependencies $SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/ $SUDO dnf config-manager --setopt=apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save