-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[master] Move SwiftSyntax to its own repository #19061
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending passing on CI.
This shouldn’t break folks who haven’t cloned swift-syntax, right? They just won’t pass —build-swiftsyntax
The flag to pass to Update: Confirmed that everything works if |
Build failed |
Build failed |
06d685c
to
16724ee
Compare
@swift-ci Please test |
Build failed |
Build failed |
What's the rationale for moving it out? Are we still going to build it in CI? |
We are still going to build it as part of CI if you do There are multiple reasons to move this out:
|
Fixed the issue that caused this in the swift-syntax repo. @swift-ci Please test |
Build failed |
@swift-ci build toolchain |
@swift-ci Please Build Toolchain |
It has moved to its own repository at https://github.com/apple/swift-syntax
Linux Toolchain (Ubuntu 16.04) Install command |
16724ee
to
3709431
Compare
@swift-ci Please test |
Build failed |
Build failed |
macOS Toolchain Install command |
This PR sets up the infrastructure to build SwiftSyntax from its own repository. For this it does:
swift-syntax
repository toupdate-checkout
build-script
option to build and testswift-syntax
@swift-ci Please test