build: update to Bazel 0.21.0 (#27935)

PR Close #27935
This commit is contained in:
Greg Magolan
2019-01-04 10:59:58 -08:00
committed by Kara Erickson
parent 411de252d7
commit e7f43386a6
5 changed files with 32 additions and 35 deletions

View File

@ -82,7 +82,9 @@ build --define=compile=legacy
###############################
# Load default settings for Remote Build Execution
import %workspace%/third_party/github.com/bazelbuild/bazel-toolchains/bazelrc/bazel-0.20.0.bazelrc
# When updating, the URLs of bazel_toolchains in packages/bazel/package.bzl
# may also need to be updated (see https://github.com/angular/angular/pull/27935)
import %workspace%/third_party/github.com/bazelbuild/bazel-toolchains/bazelrc/bazel-0.21.0.bazelrc
# Increase the default number of jobs by 50% because our build has lots of
# parallelism