-
Notifications
You must be signed in to change notification settings - Fork 7
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
Would it be possible to use an older glibc? #112
Comments
Happy to add a tier 2 musl build to support this - are you using aarch64 or x86_64? |
x86_64 |
Hey, are we sure v0.1.24 released okay? It only has source code in the "Assets" of the release: |
Oops - I'll have to investigate why I didn't get notified for that. Cutting a new 0.1.25 release now. |
Thanks for the quick fix! I confirm the new "unknown-linux-musl" build runs where the old one wouldn't. Cool. :) That said, the one bundled is still the one requiring glibc 2.29. I added the statically compiled How can I point the extension to the good executable? I looked for a custom preference to override the path but there doesn't appear to be one. |
Try the setting It may make sense to bundle the musl binary with the VS Code extension if the memory hit isn't too bad. |
Setting |
🤖 I have created a release *beep* *boop* --- ## [0.1.27](v0.1.26...v0.1.27) (2024-10-03) ### Features * typos 1.25.0 September 2024 dictionary ([#120](#120)) ([cfc1c3f](cfc1c3f)) * **vscode:** publish the x86_64 musl target ([1bde263](1bde263)), closes [#112](#112) ### Chores * **deps-dev:** bump the vscode group with 10 updates ([#118](#118)) ([3b09555](3b09555)) * **deps:** bump the lsp group with 3 updates ([#119](#119)) ([949fe96](949fe96)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: potatobot-prime[bot] <132267321+potatobot-prime[bot]@users.noreply.github.com>
The latest release now bundles the musl binary so you can unset |
Wonderful! Thanks dude. |
I can't use
typos-lsp
remotely (via VSCode's Remote Host extension) on my employer Linux machines because they're on RockyLinux 8 which uses glibc-2.28.236 buttypos-lsp
from you needs glibc 2.29:Any chance you could make the Linux executable more broadly compatible? Statically compile it maybe? Or require an older glibc?
The text was updated successfully, but these errors were encountered: