-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tensorflow] Update the max version of the supported bazel #19165
[tensorflow] Update the max version of the supported bazel #19165
Conversation
Do we have indications from upstream (in an issue or otherwise) that this is safe to do? |
It seems the right fix is to downgrade Bazel rather than patching this unless upstream is OK with it |
Upstream issue reported by us tensorflow/tensorflow#50966. They have created a PR tensorflow/tensorflow#50882 to support |
Given that upstream is okay with this, I think this is good. |
Now, upstream reverted to the version 3.99 of |
I'm merging this because upstream seems tentatively ok (they reverted only to split the change into a separate PR) and this is blocking all other PRs. |
Describe the pull request
What does your PR fix?
Since the PR #18817, the version of bazel used by vcpkg has been upgraded from 3.7.0 to 4.1.0, this causes tensorflow installation failed with following error:
For fixing this issue, I add a patch to modify the highest version of bazel supported by tensorflow to 4.1.0.
No feature need to be tested.