diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-04-10 14:02:48 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-10 14:04:07 -0700 |
commit | 99056b6bd6bf7227f38c07a6f0214359d212bfc2 (patch) | |
tree | 6cdd7a362134e570685468d6e29fe989eccb87fc /tools | |
parent | 82dfc406e21a75945da1a12f40eb876f519e04aa (diff) |
Upgrade Kokoro and RBE to bazel 3.0.0
PiperOrigin-RevId: 305940483
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/images/ubuntu1604/20_bazel.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/images/ubuntu1604/20_bazel.sh b/tools/images/ubuntu1604/20_bazel.sh index bb7afa676..5f668884d 100755 --- a/tools/images/ubuntu1604/20_bazel.sh +++ b/tools/images/ubuntu1604/20_bazel.sh @@ -16,7 +16,10 @@ set -xeo pipefail -declare -r BAZEL_VERSION=2.0.0 +# Bazel version on Kokoro must be kept in sync with RBE. +# LINT.IfChange +declare -r BAZEL_VERSION=3.0.0 +# LINT.ThenChange(../../../BUILD.opensource) # Install bazel dependencies. while true; do |