From df4746d1d076016095059da4af2a3c3cc54657fe Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Tue, 3 Sep 2024 18:15:27 +0200 Subject: [PATCH] [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. --- utils/bazel/.bazelrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/bazel/.bazelrc b/utils/bazel/.bazelrc index 66a584a74b32..d5da8fc6a2fb 100644 --- a/utils/bazel/.bazelrc +++ b/utils/bazel/.bazelrc @@ -211,8 +211,7 @@ build:ci --test_summary=terse # Attempt to work around intermittent issue while trying to fetch remote blob. # See e.g. https://github.com/bazelbuild/bazel/issues/18694. -build:ci --experimental_remote_cache_eviction_retries=2 -build:ci --experimental_remote_cache_lease_extension=true +build:ci --remote_default_exec_properties=cache-silo-key=CleverPeafowl ###############################################################################