-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make skip-cmake-bootstrap
unconditional
#7095
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
Conversation
@swift-ci please test |
OK, as expected, this fails:
|
Follow up to #7089 I don't necessarily expect this to work as-is.
95645f3
to
b6b3632
Compare
@swift-ci please test |
Hm, looks like there's an issue assembling the commandline |
@swift-ci please test |
So the command we're running is
which seems expected. Locally, I can't repro the error |
Oh I guess the installed SwiftPM will not understand |
@swift-ci please test |
This will be a problem. |
macOS failure is fixed by swiftlang/swift-driver#1486 |
@swift-ci please test macOS |
Hm, looks like we may have to nuke the build description between builds since
|
But at least looks like we won't need to do any multi-stage build for SwiftPM on macOS since we can use the PD libraries from installed SwiftPM due to library evolution being a thing. |
This PR needs to flip the |
Follow up to #7089
I don't necessarily expect this to work as-is.