summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2020-04-10 12:51:56 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-10 12:53:17 -0700
commit82dfc406e21a75945da1a12f40eb876f519e04aa (patch)
tree9530f6d6ac0901f4f4f7a5b2fec74874e5cd47a9 /tools
parent76c4314c4fe002691d7b527fd11cb3c91116bf45 (diff)
Automated rollback of changelist 305922105
PiperOrigin-RevId: 305927989
Diffstat (limited to 'tools')
-rwxr-xr-xtools/images/ubuntu1604/20_bazel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/images/ubuntu1604/20_bazel.sh b/tools/images/ubuntu1604/20_bazel.sh
index 317bfbffb..bb7afa676 100755
--- a/tools/images/ubuntu1604/20_bazel.sh
+++ b/tools/images/ubuntu1604/20_bazel.sh
@@ -16,7 +16,7 @@
set -xeo pipefail
-declare -r BAZEL_VERSION=3.0.0
+declare -r BAZEL_VERSION=2.0.0
# Install bazel dependencies.
while true; do