-
Notifications
You must be signed in to change notification settings - Fork 440
[build-script] Unify configuration params into one toolchain param #160
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
This shifts the paradigm of the build script from specifying every executable manually to building SwiftSyntax using an existing toolchain. This goes in sync with building SwiftSyntax using swift_build_support in the main Swift repository.
54e98e4
to
94540cc
Compare
@swift-ci Please test |
Build failed |
Let’s try again, now that the bot for SwiftSyntax PR testing has been updated. @swift-ci Please test |
Build failed |
@swift-ci Please test |
Build failed |
@swift-ci Please test |
Build failed |
Re-triggering due to network outage. @swift-ci Please test |
Related upstream patches: - swiftlang#27871 - swiftlang/swift-syntax#160
Related upstream patches: - #27871 - swiftlang/swift-syntax#160
Add back the short forms of `--mode` (`-m`) and `--version` (`-v`).
This shifts the paradigm of the build script from specifying every executable manually to building SwiftSyntax using an existing toolchain. This goes in sync with building SwiftSyntax using
swift_build_support
in the main Swift repository.