diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-05-20 12:15:23 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-20 12:17:06 -0700 |
commit | 2374660f11ec61d9e13721a13c8bd0dfe3e7a673 (patch) | |
tree | 04cdfe7e9a1fa8265df52bfe56dc75a2f1fdd701 /tools/vm | |
parent | 6efce83821d19af03e720a1d34dd9417c2346c35 (diff) |
Automated rollback of changelist 312522097
PiperOrigin-RevId: 312529859
Diffstat (limited to 'tools/vm')
-rwxr-xr-x | tools/vm/ubuntu1604/20_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/ubuntu1604/20_bazel.sh b/tools/vm/ubuntu1604/20_bazel.sh index c5d4ced82..bb7afa676 100755 --- a/tools/vm/ubuntu1604/20_bazel.sh +++ b/tools/vm/ubuntu1604/20_bazel.sh @@ -16,7 +16,7 @@ set -xeo pipefail -declare -r BAZEL_VERSION=3.1.0 +declare -r BAZEL_VERSION=2.0.0 # Install bazel dependencies. while true; do |