-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[5.3][build] copy Python detection code into StandaloneOverlays.cmake #31235
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
[5.3][build] copy Python detection code into StandaloneOverlays.cmake #31235
Conversation
Move detection of Python code into dedicate CMake module, so it can be reused for workflows that do not rely on reading the main `CMakeLists.txt`. Builds upon swiftlang#30992, swiftlang#31020 Addresses rdar://62245784 (cherry picked from commit 7bc15b8)
@swift-ci please smoke test |
This is cherry-picked from #31234 |
@swift-ci please smoke test |
@swift-ci please test |
@swift-ci please test Windows |
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.
See the comments on #31234
As per review feedback. (cherry picked from commit 98a3b55)
@swift-ci please test |
Build failed |
@swift-ci please test macOS |
@swift-ci please test Windows |
1 similar comment
@swift-ci please test Windows |
This is to support workflows that do not rely on reading the main
CMakeLists.txt
.Based upon #30992, #31020
Addresses rdar://62245784
(cherry picked from commit 7bc15b8)