]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: bump gcc-toolset version to 11
authorCasey Bodley <cbodley@redhat.com>
Wed, 10 Aug 2022 20:36:11 +0000 (16:36 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 10 Aug 2022 22:07:18 +0000 (18:07 -0400)
match the toolset versions installed from ceph.spec.in

Signed-off-by: Casey Bodley <cbodley@redhat.com>
install-deps.sh

index 9ca4667ce1b2ebcac55a9c2c02d9d427d999406f..c0449de6c18c1729b7cff20df831880affb28f5d 100755 (executable)
@@ -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