MRI-3577 retrying failed downloads up to 5 times, scaling all HTTP timeouts by 2x for all Bazel commands globally

GitOrigin-RevId: da780cc3e386c1ad21604309930d9d780b3a8b39
This commit is contained in:
Dmitriy.Panov
2026-02-11 11:31:07 +01:00
committed by intellij-monorepo-bot
parent 513fce5bd9
commit c9fba4f2f2

View File

@@ -171,4 +171,10 @@ common --per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT
common --host_per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT
# need to use Python from rules_python in rules_pkg in pkg_zip target
common --@rules_python//python/config_settings:bootstrap_impl=script
common --@rules_python//python/config_settings:bootstrap_impl=script
# Retry downloads up to 5 times
common --experimental_repository_downloader_retries=5
# Scale HTTP timeouts by 2x
common --http_timeout_scaling=2.0