From 6e62f5f85537098e2426cc7c14b37e636b6f50f6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 8 Jun 2019 00:13:04 +0800 Subject: [PATCH] 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 --- install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 03b48df5e5b..4bc86a80a00 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 <