commit | e9ffe09c8fa3967ceb765ffb759577db79644fd4 | [log] [tgz] |
---|---|---|
author | Derek Perez <perezd@users.noreply.github.com> | Tue Jun 22 09:35:30 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 22 09:35:30 2021 -0700 |
tree | 7fe3715a2248e1bfe47be78a2d22584557a82712 | |
parent | aedf4e63169b957dbee439bce3657562fccfd434 [diff] |
avoid using Bazel latest. (#8753)
diff --git a/kokoro/linux/bazel/build.sh b/kokoro/linux/bazel/build.sh index 5f34bea..c46a5dd 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.