-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Try to parametrize executors to use the min Xcode version for some jobs #39602
Conversation
604fcec
to
ecbe2af
Compare
Base commit: e8a0f0d |
06b2949
to
7fe9e18
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
7fe9e18
to
43daf79
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
43daf79
to
132020e
Compare
132020e
to
2899299
Compare
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi merged this pull request in fdd62e9. |
…bs (facebook#39602) Summary: App can be submitted to the app store by using Xcode 14.1 as min Xcode version. Right now we are testing everything against the latests Xcode, but it would be good to have some tests to check that we don't break the flow for people stuck on older Xcodes. We already had issues like these in the past, unfortunately. Plus, we are making some changes using C++20 which we don't know whether they are properly supported by older versions of Xcode. This change should give us confidence on those changes too. ## Changelog: [Internal] - Use Xcode 14.1 for some tests Pull Request resolved: facebook#39602 Test Plan: CircleCI is green Reviewed By: NickGerleman Differential Revision: D49540292 Pulled By: cipolleschi fbshipit-source-id: 71c07293598fd5b1f73f6d7d9425f385aa12fc4e
Summary:
App can be submitted to the app store by using Xcode 14.1 as min Xcode version.
Right now we are testing everything against the latests Xcode, but it would be good to have some tests to check that we don't break the flow for people stuck on older Xcodes.
We already had issues like these in the past, unfortunately.
Plus, we are making some changes using C++20 which we don't know whether they are properly supported by older versions of Xcode.
This change should give us confidence on those changes too.
Changelog:
[Internal] - Use Xcode 14.1 for some tests
Test Plan:
CircleCI is green