From 662e12fab969c5e903933da7dde2c473e30b5557 Mon Sep 17 00:00:00 2001 From: jjudd Date: Thu, 14 Nov 2024 21:25:01 -0700 Subject: [PATCH] Remove Bazel bug workaround as it was fixed in 7.4.0 --- .bazelrc_shared | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.bazelrc_shared b/.bazelrc_shared index 1400590e..dfdbc10a 100644 --- a/.bazelrc_shared +++ b/.bazelrc_shared @@ -1,8 +1,7 @@ common --announce_rc common --color=yes -# Fix "Failed to fetch blobs because they do not exist remotely" errors -# https://github.com/bazelbuild/bazel/issues/18696#issuecomment-2175561503 -common --remote_download_all +# TODO: remove this when we move to Bazel 8. This is the default in Bazel 8. +common --experimental_remote_cache_eviction_retries=5 # TODO: enable path mapping when we move to Bazel 8. There is a bug in 7. See: # https://github.com/bazelbuild/bazel/issues/23990