commit | 8a9cd67c690a4b18e79ad72be589abec50c04de7 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Tue Mar 26 11:48:56 2019 -0700 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue Mar 26 11:54:13 2019 -0700 |
tree | c6a650db600111ed509635a19df96924218e3fb2 | |
parent | c633ea8281e4ef730a5f15321388c0a796cb0eea [diff] [blame] |
Bump max bazel version to 0.24.0 Bazel 0.24.0 is now released: https://github.com/bazelbuild/bazel/releases/tag/0.24.0 Tested at https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/867#e6631eba-578c-4cd5-8275-0310317b7bc8 PiperOrigin-RevId: 240395484
diff --git a/configure.py b/configure.py index 8141588..f4f27c9 100644 --- a/configure.py +++ b/configure.py
@@ -1627,7 +1627,7 @@ # environment variables. environ_cp = dict(os.environ) - current_bazel_version = check_bazel_version('0.19.0', '0.23.2') + current_bazel_version = check_bazel_version('0.19.0', '0.24.0') _TF_CURRENT_BAZEL_VERSION = convert_version_to_int(current_bazel_version) reset_tf_configure_bazelrc()