angular-docs-cn/.circleci
Alex Eagle ec445b5c73 ci: speed up lint job on CircleCI (#22526)
When I enabled bazel remote caching, I also switched to running
buildifier and skylint from the package.json script, which builds them
from head. With remote caching, we do get cache hits for these, but
looking up the action inputs actually takes quite a bit of time since we
have to first fetch the remote repository, then do loading and
analysis, then read the inputs to determine the cache key.

It's more important to keep the lint job fast, so I'm reverting that
part of the change for now. We can experiment with building them from
head in a less critical repo.

PR Close #22526
2018-03-01 09:12:58 -08:00
..
bazel.rc ci: enable bazel remote caching on CircleCI (#21784) 2018-02-13 10:10:41 -08:00
config.yml ci: speed up lint job on CircleCI (#22526) 2018-03-01 09:12:58 -08:00
setup_cache.sh ci: enable bazel remote caching on CircleCI (#21784) 2018-02-13 10:10:41 -08:00