aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Reed Wanderman-Milne <reedwm@google.com>2018-07-19 15:52:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-19 15:55:52 -0700
commit716d15118f62c17c29bbec4d006fd3055bb56812 (patch)
treeb41e132af1e7d000e52198e4f3a148ef8daf831b /configure.py
parentde98d59491fa55455f0e2ba4313cf0d65ef979c6 (diff)
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
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
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()