Closed ahoppen closed 1 month ago
https://github.com/swiftlang/sourcekit-lsp/pull/1717
@swift-ci Please test
https://github.com/swiftlang/sourcekit-lsp/pull/1717
@swift-ci Please build toolchain
Toolchain builds succeeded. Just fixing Python lint issues now, so won’t run another toolchain build.
@swift-ci Please smoke test
Yes, that’s done by build-script-impl
if I remember correctly.
Instead of building SourceKit-LSP using SwiftPM's multi-arch xcbuild backend, build it for only one arch at a time and then run
lipo
to merge the two resulting binaries.This should allow us to share build products between building installing and testing and also eliminates other quirks resulting from the xcbuild backend.