-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Related: microsoft/vscode#179121 (comment)
It seems like systems that use arm-unknown-linux-gnueabihf
looks for GLIBC_2.29
despite vscode supporting lower GLIBC versions. This is since that prebuilt is still not statically compiled, so building it against ubuntu-latest
likely increased the GLIBC version that it required from dynamically linked dependences.
We should try to make this prebuilt statically compiled by using the musl version, as we did with microsoft/vscode-ripgrep#34
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug