File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -54,3 +54,10 @@ query --experimental_allow_tags_propagation
5454# author.
5555# Docs: https://bazel.build/reference/command-line-reference#flag--legacy_external_runfiles
5656build --nolegacy_external_runfiles
57+
58+ # The maximum number of attempts to retry a download error.
59+ # Using the default value from Bazel 8.
60+ # Docs: https://bazel.build/reference/command-line-reference#common_options-flag--experimental_repository_downloader_retries
61+ build --experimental_repository_downloader_retries=5
62+ fetch --experimental_repository_downloader_retries=5
63+ query --experimental_repository_downloader_retries=5
Original file line number Diff line number Diff line change @@ -26,3 +26,8 @@ common --nolegacy_external_runfiles
2626# Using the same value here than what is the default in Bazel 8 to help with https://github.com/bazelbuild/bazel/issues/22387
2727# Docs: https://bazel.build/reference/command-line-reference#build-flag--experimental_remote_cache_eviction_retries
2828common --experimental_remote_cache_eviction_retries=5
29+
30+ # The maximum number of attempts to retry a download error.
31+ # Using the default value from Bazel 8.
32+ # Docs: https://bazel.build/reference/command-line-reference#common_options-flag--experimental_repository_downloader_retries
33+ common --experimental_repository_downloader_retries=5
You can’t perform that action at this time.
0 commit comments