From: Kefu Chai Date: Fri, 7 Jun 2019 16:13:04 +0000 (+0800) Subject: install-deps.sh: update ubuntu-toolchain-r mirrors X-Git-Tag: v15.1.0~2495^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28454%2Fhead;p=ceph.git install-deps.sh: update ubuntu-toolchain-r mirrors the removed two do not have GCC-9, but the newly added mirros do. Signed-off-by: Kefu Chai --- diff --git a/install-deps.sh b/install-deps.sh index 03b48df5e5b7..4bc86a80a00b 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -75,8 +75,8 @@ function ensure_decent_gcc_on_ubuntu { if [ ! -f /usr/bin/g++-${new} ]; then $SUDO tee /etc/apt/sources.list.d/ubuntu-toolchain-r.list <