From e44ba0ffa9cd45c9382e6188756102c380f14a11 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 11 Jul 2019 13:31:40 -0700 Subject: [PATCH] build: use standalone strategy for TypescriptCompile and AngularTemplateCompile (#31471) PR Close #31471 --- .circleci/bazel.rc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index f0893052b9..5b9322a8eb 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -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