commit | bb384118db531a7951735dcdc809b5735bc02a76 | [log] [tgz] |
---|---|---|
author | Yifei Feng <yifeif@google.com> | Tue Jul 24 13:12:54 2018 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Jul 24 13:16:04 2018 -0700 |
tree | bd1868fefa81d04e9c7c3fb5b789f26604fa2ef2 | |
parent | 3ca47448added403f065b43395f38c538c1602f9 [diff] [blame] |
Upgrade bazel to 0.15.0. PiperOrigin-RevId: 205878953
diff --git a/configure.py b/configure.py index 1df7bc7..f97bf8a 100644 --- a/configure.py +++ b/configure.py
@@ -1451,7 +1451,7 @@ # 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()