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