From: Kefu Chai Date: Thu, 10 Dec 2020 10:48:24 +0000 (+0800) Subject: install-deps.sh: do not use gcc-toolset-9 from copr X-Git-Tag: v16.1.0~308^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28ba547c19c6781a372ea3937b2e0c1e1757ebae;p=ceph.git install-deps.sh: do not use gcc-toolset-9 from copr since both CentOS and RHEL now include the updated gcc-toolset-9-gcc-9.2.1-2.3.el8. see also https://bugzilla.redhat.com/show_bug.cgi?id=1853900 Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 2735291f78d74..4de4a9baed2c8 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -338,7 +338,6 @@ else $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 fi - $SUDO dnf copr enable -y tchaikov/gcc-toolset-9 centos-stream-x86_64 ;; esac munge_ceph_spec_in $with_seastar $with_zbd $for_make_check $DIR/ceph.spec