Skip to content

Commit

Permalink
Remove Bazel bug workaround as it was fixed in 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjudd committed Nov 15, 2024
1 parent 6ae8b05 commit 358db8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .bazelrc_shared
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 358db8b

Please sign in to comment.