Skip to content

Commit 662e12f

Browse files
committed
Remove Bazel bug workaround as it was fixed in 7.4.0
1 parent afeeb6b commit 662e12f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.bazelrc_shared

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
common --announce_rc
22
common --color=yes
3-
# Fix "Failed to fetch blobs because they do not exist remotely" errors
4-
# https://github.com/bazelbuild/bazel/issues/18696#issuecomment-2175561503
5-
common --remote_download_all
3+
# TODO: remove this when we move to Bazel 8. This is the default in Bazel 8.
4+
common --experimental_remote_cache_eviction_retries=5
65

76
# TODO: enable path mapping when we move to Bazel 8. There is a bug in 7. See:
87
# https://github.com/bazelbuild/bazel/issues/23990

0 commit comments

Comments
 (0)