浏览代码

use bazel 0.29.0 on windows

Jan Tattermusch 6 年之前
父节点
当前提交
c5662bba80
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tools/internal_ci/windows/bazel_rbe.bat

+ 2 - 1
tools/internal_ci/windows/bazel_rbe.bat

@@ -14,7 +14,8 @@
 
 @rem TODO(jtattermusch): make this generate less output
 @rem TODO(jtattermusch): use tools/bazel script to keep the versions in sync
-choco install bazel -y --version 0.29.1 --limit-output
+@rem TODO(jtattermusch): https://github.com/bazelbuild/bazel/issues/9369 prevents upgrade to 0.29.1
+choco install bazel -y --version 0.29.0 --limit-output
 
 cd github/grpc
 set PATH=C:\tools\msys64\usr\bin;C:\Python27;%PATH%