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:
@ -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
|
||||
|
Reference in New Issue
Block a user