From 76e36b95f73eecc8bd7f7ff34278589928e6befd Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Mon, 12 Apr 2021 13:46:11 -0500 Subject: [PATCH] CI: Add remote build caching support (#8748) --- .buildkite-bazelrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index a9c0c72cb..c53ac4df6 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -2,7 +2,7 @@ # across machines, developers, and workspaces. # # This config is loaded from https://github.com/bazelbuild/bazel-toolchains/blob/master/bazelrc/latest.bazelrc -build:remote-cache --remote_timeout=3600 +#build:remote-cache --remote_timeout=3600 #build:remote-cache --spawn_strategy=standalone #build:remote-cache --strategy=Javac=standalone #build:remote-cache --strategy=Closure=standalone @@ -10,7 +10,9 @@ build:remote-cache --remote_timeout=3600 # Prysm specific remote-cache properties. #build:remote-cache --disk_cache= -build:remote-cache --remote_download_minimal +#build:remote-cache --remote_download_minimal +build:remote-cache --remote_cache=grpc://bazel-remote-cache:9092 +build:remote-cache --remote_local_fallback # Import workspace options. import %workspace%/.bazelrc