From 43ab429c09ee7ab00a84ad69ea40f56eb6e17c7b Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 12 Dec 2018 14:39:05 -0800 Subject: Use the latest Bazel version. --- kokoro/ubuntu/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kokoro') diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh index bbf8841..70a8159 100644 --- a/kokoro/ubuntu/build.sh +++ b/kokoro/ubuntu/build.sh @@ -1,4 +1,11 @@ #!/bin/bash +# Install the latest version of Bazel. +use_bazel.sh latest + +# Log the bazel path and version. +which bazel +bazel version + cd $(dirname $0)/../.. bazel test :all -- cgit v1.2.3