diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-01-21 16:38:42 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-21 18:23:59 -0800 |
commit | a944fcd94626bb278d5edd5453c5be16c72b7ee5 (patch) | |
tree | 524e308c94de34ef7c3319b1968aca2cd375ab5d /kokoro | |
parent | f6225b111bc03d0b4682c9b1f6b810a7d17ec0a4 (diff) |
Install Bazel 2.0.0 on kokoro images.
PiperOrigin-RevId: 290850738
Diffstat (limited to 'kokoro')
-rwxr-xr-x | kokoro/ubuntu1604/20_bazel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/ubuntu1604/20_bazel.sh b/kokoro/ubuntu1604/20_bazel.sh index b9a894024..b33e1656c 100755 --- a/kokoro/ubuntu1604/20_bazel.sh +++ b/kokoro/ubuntu1604/20_bazel.sh @@ -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 |