We’ve had automatic binary snapshots of clangd for a while now, but we’d like to expose these to a wider audience by having editor plugins download them automatically.
(Actually we launched this for vscode and coc, but I rolled it back because the Linux binaries weren’t as portable as intended)
Would appreciate anyone testing the latest flavor of the binaries on any x64 win/Mac/Linux machine and reporting back whether they run on your machine: https://github.com/clangd/clangd/releases/tag/10.0.0
- Linux binaries are expected to work anywhere with glibc 2.18+ (so not RHEL/centos 6 or 7, but anything else current).
- Mac: seems to work on the systems I have access to, but I don’t know how to work out with OS versions it will run on, anyone have ideas?
- Windows: ditto, not sure how to measure compatibility.
If curious, the build configuration is here: https://github.com/clangd/clangd/blob/10.0.0/.github/workflows/autobuild.yaml