aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-07-24 13:12:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-24 13:16:04 -0700
commitbb384118db531a7951735dcdc809b5735bc02a76 (patch)
treebd1868fefa81d04e9c7c3fb5b789f26604fa2ef2 /configure.py
parent3ca47448added403f065b43395f38c538c1602f9 (diff)
Upgrade bazel to 0.15.0.
PiperOrigin-RevId: 205878953
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 1df7bc736f..f97bf8a668 100644
--- a/configure.py
+++ b/configure.py
@@ -1451,7 +1451,7 @@ def main():
# environment variables.
environ_cp = dict(os.environ)
- check_bazel_version('0.13.0')
+ check_bazel_version('0.15.0')
reset_tf_configure_bazelrc(args.workspace)
cleanup_makefile()