From 6215636bc6604d5d4849d4a7ec1bce663c706be7 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 12 Aug 2019 14:10:01 -0700 Subject: [PATCH] ci: use local strategy for AngularTemplateCompile and TypescriptCompile on CI (#32112) PR Close #32112 --- .circleci/bazel.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index 0b2f3136a3..b296480168 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -37,5 +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 -build --strategy=TypeScriptCompile=standalone -build --strategy=AngularTemplateCompile=standalone +build --strategy=AngularTemplateCompile=local +build --strategy=TypeScriptCompile=local