build: use bazel workers for ngc and tsc in local development (#32246)

PR Close #32246
This commit is contained in:
Joey Perrott 2019-08-21 13:06:43 -07:00 committed by atscott
parent 5c94833b8f
commit a84b5ef81b
1 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,11 @@ build --incompatible_list_based_execution_strategy_selection=false
test --incompatible_list_based_execution_strategy_selection=false
run --incompatible_list_based_execution_strategy_selection=false
# Use workers for tsc and ngc when building locally.
# This config is overwritten on CI to as the worker strategy causes flakes on CI.
build --strategy=AngularTemplateCompile=worker
build --strategy=TypeScriptCompile=worker
####################################################
# User bazel configuration
# NOTE: This needs to be the *last* entry in the config.