From e9ffe09c8fa3967ceb765ffb759577db79644fd4 Mon Sep 17 00:00:00 2001 From: Derek Perez Date: Tue, 22 Jun 2021 09:35:30 -0700 Subject: [PATCH] avoid using Bazel latest. (#8753) --- kokoro/linux/bazel/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/linux/bazel/build.sh b/kokoro/linux/bazel/build.sh index 5f34bea30e..c46a5dd756 100755 --- a/kokoro/linux/bazel/build.sh +++ b/kokoro/linux/bazel/build.sh @@ -3,8 +3,8 @@ # Build file to set up and run tests set -ex -# Install the latest Bazel version available -use_bazel.sh latest +# Install Bazel 4.0.0. +use_bazel.sh 4.0.0 bazel version # Print bazel testlogs to stdout when tests failed.