chore(NA): move Bazel --progress_report_interval from common to build option (#144703)

This commit is contained in:
Tiago Costa 2022-11-07 15:17:02 +00:00 committed by GitHub
parent 68f82ced36
commit 9f3c4c1609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,9 @@ query --incompatible_no_implicit_file_export
common --color=yes
common --show_progress
common --show_task_finish
common --progress_report_interval=10
common --show_progress_rate_limit=10
common --show_loading_progress
build --progress_report_interval=10
build --show_loading_progress
build --show_result=1
# Specifies desired output mode for running tests.