From 296dff4cd4e08320d9111ae3c6233f215902d0cb Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 10 Aug 2022 16:36:11 -0400 Subject: [PATCH] install-deps: bump gcc-toolset version to 11 match the toolset versions installed from ceph.spec.in Signed-off-by: Casey Bodley --- install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 9ca4667ce1b2e..c0449de6c18c1 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -415,7 +415,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}') - dts_ver=10 + dts_ver=11 # 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 @@ -425,7 +425,7 @@ EOF --enable rhel-server-rhscl-8-rpms \ --enable rhel-8-server-optional-rpms \ --enable rhel-8-server-devtools-rpms - dts_ver=10 + dts_ver=11 $SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms" $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 -- 2.39.5