-
Notifications
You must be signed in to change notification settings - Fork 48
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
GLIBC 2.18 requirement causes incompatibility with CentOS 7 #34
Comments
@roblourens https://stackoverflow.com/a/47239631/7857763 suggests to use an older Rust toolchain that only supports GLIBC 2.17. (We currently list GLIBC 2.17 and CentOS 7 as supported in https://code.visualstudio.com/docs/supporting/requirements.) |
I was wondering if there have been any developments on this issue. |
Yup! I'm currently trying to get a new build of |
Greetings!
It appears that the Linux build of ripgrep for VSCode is happening in an environment with GLIBC 2.18. This results in a binary incompatible with operating systems with a lower GLIBC version. CentOS 7 ships with GLIBC 2.17 and is one such incompatible OS.
This causes issues with vscode features that rely on ripgrep funcitonality: microsoft/vscode-remote-release#6930. Specifically microsoft/vscode-remote-release#6930 (comment).
Can the build be moved to an environment with a GLIBC version 2.17 or lower to support CentOS 7?
The text was updated successfully, but these errors were encountered: