mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
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:
committed by
intellij-monorepo-bot
parent
513fce5bd9
commit
c9fba4f2f2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user