Install Bazel 2.0.0 on kokoro images.

PiperOrigin-RevId: 290850738
This commit is contained in:
Nicolas Lacasse
2020-01-21 18:23:59 -08:00
committed by gVisor bot
parent f6225b111b
commit a944fcd946
+1 -1
View File
@@ -16,7 +16,7 @@
set -xeo pipefail
declare -r BAZEL_VERSION=0.29.1
declare -r BAZEL_VERSION=2.0.0
# Install bazel dependencies.
apt-get update && apt-get install -y openjdk-8-jdk-headless unzip