-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Change ARM build image for ripgrep #145541
Comments
thanks, here is the Log(Window) trace: =============================== |
I guess this is the problem
If this used to work, I guess it would be from microsoft/ripgrep-prebuilt@f764a98 @deepak1556 do we have a certain GLIBC requirement for vscode? Should I build ripgrep in the same image we use for vscode? |
I haven't addressed this for our arm server builds yet but we will target
Yup that sounds good and in your case it only needs to be done for the arm flavors of ripgrep which rely on the gnu C library, intel flavors are built using musl so they should be fine. I can share the image details once I address microsoft/vscode-remote-release#2998 |
Sorry forgot to update here, our arm64 server uses the following image to build https://github.com/microsoft/vscode-linux-build-agent/blob/main/centos7-devtoolset8-arm64/Dockerfile which provides support for armhf server uses https://github.com/microsoft/vscode-linux-build-agent/blob/main/stretch-armhf/Dockerfile which supports |
is there any plan to solve it? |
Example of an issue that will be addressed: microsoft/vscode-remote-release#6930 We technically support glibc 2.17 in vscode, but ripgrep is not built for it |
We are building a statically-linked version of ripgrep now, this should be resolved. |
VSCode version - 1.65.2, Windows x64.
Im controlling RPI via Remote-SSH for over a year now.
on latest version, global search is not working on remote machine anymore.
when opening a local folder, global search works great.
when opening remote folder, global search is only working on open files and only if you have viewed this file 1 time at least!
what i tried:
im not sure what else to try
The text was updated successfully, but these errors were encountered: