commit | 5e7178ddb7bc8b863469f7240d0cf5a74c77b543 | [log] [tgz] |
---|---|---|
author | Yifei Feng <yifeif@google.com> | Wed Jul 18 15:27:50 2018 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Wed Jul 18 15:36:03 2018 -0700 |
tree | 854f6d48567a6894d382db93f783b1c397152b21 | |
parent | c80f1493222720c2601c7d68f0ec0dd236ceb621 [diff] [blame] |
Upgrade bazel to 0.15.0. PiperOrigin-RevId: 205147588
diff --git a/configure.py b/configure.py index c482628..25729ad 100644 --- a/configure.py +++ b/configure.py
@@ -1429,7 +1429,7 @@ # environment variables. environ_cp = dict(os.environ) - check_bazel_version('0.10.0') + check_bazel_version('0.15.0') reset_tf_configure_bazelrc(args.workspace) cleanup_makefile()