aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/bazel.bazelrc
blob: 007630a78130d72a8d78faa7e28b7f6476e8fd6a (plain)
1
2
3
4
5
6
7
8
build --action_env=PATH
build --action_env=LD_LIBRARY_PATH
build --action_env=TMPDIR
build --test_env=PATH
build --test_env=LD_LIBRARY_PATH
build --experimental_skyframe_target_pattern_evaluator
common --experimental_ui --experimental_ui_actions_shown 8
common --show_progress_rate_limit=0.25