Pin Bazel to 5.1.0 (#10707)

pull/9821/head
Mike Kruskal 2 years ago committed by GitHub
parent 2587c421de
commit f093050230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/windows/bazel/build.bat

@ -10,7 +10,7 @@ fsutil 8dot3name set 0
@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.

Loading…
Cancel
Save