We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeeb6b commit 662e12fCopy full SHA for 662e12f
.bazelrc_shared
@@ -1,8 +1,7 @@
1
common --announce_rc
2
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
+# TODO: remove this when we move to Bazel 8. This is the default in Bazel 8.
+common --experimental_remote_cache_eviction_retries=5
6
7
# TODO: enable path mapping when we move to Bazel 8. There is a bug in 7. See:
8
# https://github.com/bazelbuild/bazel/issues/23990
0 commit comments