ci: enable bazel remote caching on CircleCI (#21784)

This should cause Bazel builds to be incremental, only re-building parts of Angular affected by changes since the last build.
It also fixes a potential version skew, where CI was running the Bazel linter binaries in the ngcontainer docker image, but developers built them using the versions in WORKSPACE

PR Close #21784
This commit is contained in:
Alex Eagle
2018-01-25 09:55:27 -08:00
committed by Miško Hevery
parent e97afae67a
commit 2931018b84
5 changed files with 91 additions and 13 deletions

View File

@ -45,8 +45,8 @@ test --test_output=errors
build --experimental_ui
test --experimental_ui
# Don't be spammy in the continuous integration logs
build:ci --noshow_progress
################################
# Settings for CircleCI #
################################
# Don't run manual tests on CI
test:ci --test_tag_filters=-manual
# Bazel flags for CircleCI are in /.circleci/bazel.rc