Skip to content

Commit df4746d

Browse files
authored
[bazel] Change cache-silo-key to fix blob fetch issue.
Bazel builds currently fail with `Failed to fetch blobs because they do not exist remotely.`. Set a cache-silo-key to start a new cache.
1 parent 4da0aa3 commit df4746d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/bazel/.bazelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ build:ci --test_summary=terse
211211

212212
# Attempt to work around intermittent issue while trying to fetch remote blob.
213213
# See e.g. https://github.com/bazelbuild/bazel/issues/18694.
214-
build:ci --experimental_remote_cache_eviction_retries=2
215-
build:ci --experimental_remote_cache_lease_extension=true
214+
build:ci --remote_default_exec_properties=cache-silo-key=CleverPeafowl
216215

217216
###############################################################################
218217

0 commit comments

Comments
 (0)