From d6016f1d1d37e9ab6ee3e7725add1bb63e41f7e4 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 23 Jul 2018 18:33:07 -0700 Subject: [PATCH] build: update to newer circleCI bazel remote cache proxy (#25054) it fixes the error we currently get on CI PR Close #25054 --- .circleci/setup_cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/setup_cache.sh b/.circleci/setup_cache.sh index 232596df4a..d5c8c35b5a 100755 --- a/.circleci/setup_cache.sh +++ b/.circleci/setup_cache.sh @@ -5,7 +5,7 @@ set -u -e -readonly DOWNLOAD_URL="https://5-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)" +readonly DOWNLOAD_URL="https://6-116431813-gh.circle-artifacts.com/0/pkg/bazel-remote-proxy-$(uname -s)_$(uname -m)" curl --fail -o ~/bazel-remote-proxy "$DOWNLOAD_URL" chmod +x ~/bazel-remote-proxy