-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Bootstrap] Bootstrap & test with the integrated Swift driver. #2759
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
[Bootstrap] Bootstrap & test with the integrated Swift driver. #2759
Conversation
As part of bootstrapping, also run tests with the integrated Swift driver.
@swift-ci test |
@swift-ci smoke test |
While here, filter down the set of tests to run
@swift-ci please smoke test |
Linux failure is:
Not sure if that's related to this change or an independent issue. |
I'm fairly certainly this is an existing issue. SwiftPM isn't communicating to SwiftDriver which "swift" frontend executable to use, so SwiftDriver is looking for it relative to the just-built SwiftPM and not finding it. Fixing the hack I put in at https://github.com/apple/swift-package-manager/blob/3f55ea6d555ee8a73013eea44a50567fb69e9f41/Sources/Build/ManifestBuilder.swift#L208-L222 should address this... I think... |
@swift-ci test macOS |
@swift-ci please test macOS |
@swift-ci test macOS |
@swift-ci test |
As part of bootstrapping, also run tests with the integrated Swift
driver.