-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[4.2] Move SwiftSyntax to its own repository #19064
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
[4.2] Move SwiftSyntax to its own repository #19064
Conversation
@swift-ci Please test |
Build failed |
Build failed |
6ec0293
to
3a8a26d
Compare
@swift-ci Please test |
Build failed |
Build failed |
3a8a26d
to
640e8fe
Compare
For anyone else reading this, we've decided against removing SwiftSyntax from swift-4.2-branch. It won't affect things and we want to make swift-4.2-branch changes as minimum as possible. |
640e8fe
to
13c41af
Compare
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please build toolchain |
@swift-ci Please Build Toolchain |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
This PR sets up the infrastructure to build SwiftSyntax from its own repository for the
swift-4.2-branch
. For this it does:swift-syntax
repository toupdate-checkout
build-script
option to build and testswift-syntax
@swift-ci Please test
Removing SwiftSyntax from the
swift-4.2-branch
of this repository will be done in a separate PR.