Skip to content

Commit

Permalink
ci: use local strategy for AngularTemplateCompile and TypescriptCompi…
Browse files Browse the repository at this point in the history
…le on CI (#32112)

PR Close #32112
  • Loading branch information
josephperrott authored and kara committed Aug 13, 2019
1 parent 3cd8a2b commit 6215636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/bazel.rc
Expand Up @@ -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

0 comments on commit 6215636

Please sign in to comment.