Re: [swift-dev] Automatically building SourceKit on Linux

2016-12-01 Thread Alex Blewitt via swift-dev
So the 5861/5862 have been merged now, which means that we can build SourceKit on Linux with: swift/utils/build-script -R -T --libdispatch -- --reconfigure swift/utils/build-script -R -T --libdispatch --extra-cmake-options="-DSWIFT_BUILD_SOURCEKIT:BOOL=TRUE" -- --reconfigure I'd like to get S

[swift-dev] Automatically building SourceKit on Linux

2016-11-22 Thread Alex Blewitt via swift-dev
I have created a few pull requests regarding SourceKit support on Linux: https://github.com/apple/swift/pull/5861 - Update documentation for building on Linux https://github.com/apple/swift/pull/5862 - Allow S