build: use standalone strategy for TypescriptCompile and AngularTemplateCompile (#31471)
PR Close #31471
This commit is contained in:
parent
19a28e599b
commit
e44ba0ffa9
|
@ -37,7 +37,5 @@ build --verbose_failures=true
|
|||
# > Example job: https://circleci.com/gh/angular/angular/385517
|
||||
# We expect that TypeScript compilations will parallelize wider than the number of local cores anyway
|
||||
# so we should saturate remote workers with TS compilations
|
||||
# TODO(jperott): if/when we enable remote cache on CI, we would expect
|
||||
# to have many fewer TS compilation actions, so local worker might make more sense
|
||||
--strategy=TypeScriptCompile=remote
|
||||
--strategy=AngularTemplateCompile=remote
|
||||
--strategy=TypeScriptCompile=standalone
|
||||
--strategy=AngularTemplateCompile=standalone
|
||||
|
|
Loading…
Reference in New Issue