diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index c50d8856e4..a3b7808d7c 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -1,15 +1,9 @@ -# The following flags enable the remote cache so action results can be shared -# 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_cache=remotebuildexecution.googleapis.com -build:remote-cache --tls_enabled=true -build:remote-cache --remote_timeout=3600 -build:remote-cache --auth_enabled=true -build:remote-cache --spawn_strategy=standalone -build:remote-cache --strategy=Javac=standalone -build:remote-cache --strategy=Closure=standalone -build:remote-cache --strategy=Genrule=standalone +build:remote --remote_max_connections=200 +build:remote --disk_cache= +build:remote --remote_http_cache=https://storage.googleapis.com/prysmatic-bazel-cache +build:remote --google_default_credentials +build:remote --remote_timeout=10 +build:remote --experimental_guard_against_concurrent_changes # Use the credentials on the machine for auth. build:remote-cache --google_default_credentials