Skip to content
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

Remove tensorflow Xcode version lock #1057

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Conversation

keith
Copy link
Member

@keith keith commented Nov 10, 2020

Tensorflow was using Xcode 10.3 which is no longer supported for App
Store uploads. This unpins the version since it should be compatible
with any Xcode version.

This is required to unblock bazelbuild/bazel#12265

Tensorflow was using Xcode 10.3 which is no longer supported for App
Store uploads. This unpins the version since it should be compatible
with any Xcode version.
@keith
Copy link
Member Author

keith commented Nov 10, 2020

Is there any way we can test this before merging? I can build tf locally with Xcode 12, but it would be nice to verify

@philwo
Copy link
Member

philwo commented Nov 10, 2020

This was necessary due to tensorflow/tensorflow#32998, but it seems like later Xcode versions fixed the underlying issue.

I can't think of an easy way to test this, as TensorFlow is not part of our normal pipelines for which we run presubmits. Let's just submit this and I'll kick off a build manually 👍

@philwo philwo merged commit adfcf3e into bazelbuild:master Nov 10, 2020
@philwo
Copy link
Member

philwo commented Nov 10, 2020

@keith keith deleted the ks/tf-xcode branch November 10, 2020 16:24
@keith
Copy link
Member Author

keith commented Nov 10, 2020

Thanks! That passed so we should be good here 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants