Skip to content

Commit

Permalink
CI: fix remote caching (#9696)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Sep 29, 2021
1 parent 393549a commit 6c5bf70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Prysm specific remote-cache properties.
#build:remote-cache --disk_cache=
build:remote-cache --remote_download_minimal
build:remote-cache --remote_download_toplevel
build:remote-cache --remote_cache=grpc://bazel-remote-cache:9092
build:remote-cache --experimental_remote_downloader=grpc://bazel-remote-cache:9092
build:remote-cache --remote_local_fallback
Expand Down Expand Up @@ -46,4 +46,4 @@ test:fuzz --flaky_test_attempts=1

# Better caching
build:nostamp --nostamp
build:nostamp --workspace_status_command=./hack/workspace_status_ci.sh
build:nostamp --workspace_status_command=./hack/workspace_status_ci.sh

0 comments on commit 6c5bf70

Please sign in to comment.