-
Notifications
You must be signed in to change notification settings - Fork 30
Resolve conflicts and use forked SourceKit-LSP in 5.3 branch #1949
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
Resolve conflicts and use forked SourceKit-LSP in 5.3 branch #1949
Conversation
The default package of `apt install clang` is clang-6 and it overwrite default installed clang 9.0
8b443fd
to
e6e2ad3
Compare
@kateinoigakukun both Ubuntu 18.04 and 20.04 now fail with |
I wonder if it could have anything to do with clang headers symlink that you've fixed in the |
It builds on Ubuntu 20.04 on Google Cloud Engine, so there's definitely something on GHA runners that breaks the build... |
FYI: You can debug on GitHub Actions runner using https://github.com/mxschmitt/action-tmate |
Looks like its headers break indexstore-db build
It passes! 🎉 Ready for review 🙂 |
The macOS smoke test is stuck for some reason, but that's definitely unrelated. |
The fork of SourceKit-LSP allows passing the
--destination
option to it, which is then forwarded to SwiftPM.The fork changes were submitted upstream in swiftlang/sourcekit-lsp#330, so most probably we won't need to use the fork in the
swiftwasm
branch.Resolves #1935
Resolves #1962