瀏覽代碼

fix(riscv): lower glibc version to 2.31 for ripgrep (#2376)

Levi Zim 2 周之前
父節點
當前提交
f8462bb0a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/linux/riscv64/ripgrep.sh

+ 1 - 1
build/linux/riscv64/ripgrep.sh

@@ -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"