mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
fix(riscv): lower glibc version to 2.31 for ripgrep (#2376)
This commit is contained in:
@@ -9,7 +9,7 @@ if [ "$#" -ne 1 ]; then
|
||||
fi
|
||||
|
||||
RG_PATH="$1/@vscode/ripgrep/bin/rg"
|
||||
RG_VERSION="14.1.1-3"
|
||||
RG_VERSION="14.1.1-4"
|
||||
|
||||
echo "Replacing ripgrep binary with riscv64 one"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user