-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[build-script] Drop Python2.7 from swift_cmake_options. #42009
Conversation
Since Swift is dropping Python2 support, and since this xcrun line causes spurious errors during a build-script build on systems without Python2, I am proposing we drop this xcrun -find line from build-script-impl.
|
@swift-ci please smoke test |
|
This will probably conflict with #41981 |
Ah fantastic. I will close this PR then and wait on the other PR. |
|
I'm not sure if that one is suitable for merging, and if it is it probably won't be quick—it might be better to go ahead with this smaller change, I can handle the conflict. |
|
@swift-ci Please smoke test |
|
@swift-ci Please smoke test MacOS Platform |
|
@swift-ci Please test Windows Platform |
1 similar comment
|
@swift-ci Please test Windows Platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be no use of that variable at this point, this should be safe to drop.
|
Going to merge since #41981 doesnt seem to be making progress. |
Since Swift is dropping Python2 support, and since this xcrun line causes
spurious errors during a build-script build on systems without Python2,
I am proposing we drop this xcrun -find line from build-script-impl.
@gottesmm