From b4b83222d470afbf0b83d12b0824c0f056235655 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Tue, 9 Jun 2020 13:14:01 -0700 Subject: [PATCH] Update the Bazel version for Windows. PiperOrigin-RevId: 315545625 Change-Id: I314053ac6372c9f8160fa3caddd6c8682292e84a --- tensorflow/tools/ci_build/release/common_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/release/common_win.bat b/tensorflow/tools/ci_build/release/common_win.bat index 14b6a7e13fc..0918f4c43b0 100644 --- a/tensorflow/tools/ci_build/release/common_win.bat +++ b/tensorflow/tools/ci_build/release/common_win.bat @@ -73,7 +73,7 @@ SET PATH=%CUDNN_INSTALL_PATH%\bin;%PATH% @REM Setup Bazel @REM :: Download Bazel from github and make sure its found in PATH. -SET BAZEL_VERSION=2.0.0 +SET BAZEL_VERSION=3.1.0 md C:\tools\bazel\ wget -q https://github.com/bazelbuild/bazel/releases/download/%BAZEL_VERSION%/bazel-%BAZEL_VERSION%-windows-x86_64.exe -O C:/tools/bazel/bazel.exe SET PATH=C:\tools\bazel;%PATH%