Skip to content

Commit

Permalink
CI: Add remote build caching support (#8748)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Apr 12, 2021
1 parent 74cf232 commit 76e36b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
# 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
#build:remote-cache --strategy=Genrule=standalone

# 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
Expand Down

0 comments on commit 76e36b9

Please sign in to comment.