From 6c5bf70021c0b5c37dd783b791ede3c9d66c6b74 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 28 Sep 2021 19:18:31 -0500 Subject: [PATCH] CI: fix remote caching (#9696) --- .buildkite-bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index eca539e9e2..5cd30b5d63 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -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 @@ -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 \ No newline at end of file +build:nostamp --workspace_status_command=./hack/workspace_status_ci.sh