From 716d15118f62c17c29bbec4d006fd3055bb56812 Mon Sep 17 00:00:00 2001 From: Reed Wanderman-Milne Date: Thu, 19 Jul 2018 15:52:35 -0700 Subject: Update minimum bazel version to 0.13.0. I was using bazel 0.12.0 and was getting the error: file '@bazel_tools//tools/cpp:windows_cc_configure.bzl' does not contain symbol 'setup_vc_env_vars' PiperOrigin-RevId: 205316270 --- WORKSPACE | 2 +- configure.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index fd7570a80a..e7cf23a159 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -18,7 +18,7 @@ closure_repositories() # files, in case the parsing of those build files depends on the bazel # version we require here. load("//tensorflow:version_check.bzl", "check_bazel_version_at_least") -check_bazel_version_at_least("0.10.0") +check_bazel_version_at_least("0.13.0") load("//tensorflow:workspace.bzl", "tf_workspace") diff --git a/configure.py b/configure.py index 60fe54b2f6..251bebc2e1 100644 --- a/configure.py +++ b/configure.py @@ -1451,7 +1451,7 @@ def main(): # environment variables. environ_cp = dict(os.environ) - check_bazel_version('0.10.0') + check_bazel_version('0.13.0') reset_tf_configure_bazelrc(args.workspace) cleanup_makefile() -- cgit v1.2.3