Make skip-cmake-bootstrap unconditional - #7095
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.