commit | f09305023075df703c1372e0f5e57f18828712ce | [log] [tgz] |
---|---|---|
author | Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com> | Mon Oct 03 16:46:01 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 03 16:46:01 2022 -0700 |
tree | 89f3b59849415811c4ba3dce483c0b1e967c9904 | |
parent | 2587c421dea09c85c72e8679d4841a3cab87885d [diff] |
Pin Bazel to 5.1.0 (#10707)
diff --git a/kokoro/windows/bazel/build.bat b/kokoro/windows/bazel/build.bat index 55fba16..9b4e448 100644 --- a/kokoro/windows/bazel/build.bat +++ b/kokoro/windows/bazel/build.bat
@@ -10,7 +10,7 @@ @rem Reinstall Bazel due to corrupt installation in kokoro. bazel version -choco install bazel -y -i +choco install bazel -y -i --version 5.1.0 bazel version @rem Make paths as short as possible to avoid long path issues.