From d30861a08e05712e25c28ad8d4ebeb7f2fbed8c1 Mon Sep 17 00:00:00 2001 From: Zach Gray Date: Tue, 5 Apr 2022 12:29:46 -1000 Subject: [PATCH] use cache endpoints directly for now until CDN is tuned --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index ac36b221d5aa67..e2ebba2aafe226 100644 --- a/.bazelrc +++ b/.bazelrc @@ -45,8 +45,8 @@ build:flare --experimental_remote_merkle_tree_cache build:flare --experimental_remote_cache_async build:flare --incompatible_remote_build_event_upload_respect_no_cache common:flare --remote_upload_local_results=false -common:flare --experimental_remote_downloader=grpcs://cdn.bitrise.flare.build -common:flare --remote_cache=grpcs://cdn.bitrise.flare.build +common:flare --experimental_remote_downloader=grpcs://cache.bitrise.flare.build +common:flare --remote_cache=grpcs://cache.bitrise.flare.build common:flare --remote_timeout=600 common:flare --remote_max_connections=1000 common:flare --remote_local_fallback