mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Revert "Update bazel min version to 0.26.0."
It turns out we can't build TF with this bazel version yet. This reverts commit 807a1958bb2a276f012901ba6cd9226371099005.
This commit is contained in:
parent
807a1958bb
commit
44ccca05df
@ -303,7 +303,7 @@ def main():
|
||||
|
||||
# Find a working Bazel.
|
||||
bazel_path = get_bazel_path(args.bazel_path)
|
||||
check_bazel_version(bazel_path, min_version="0.26.0", max_version=None)
|
||||
check_bazel_version(bazel_path, min_version="0.24.0", max_version=None)
|
||||
print("Bazel binary path: {}".format(bazel_path))
|
||||
|
||||
python_bin_path = get_python_bin_path(args.python_bin_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user