fix: specify gcc version in sysroot (#2325)

This commit is contained in:
Baptiste Augrain
2025-04-14 02:19:18 +02:00
committed by GitHub
parent bd89e61489
commit fa8e51dc0d
2 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
export VSCODE_PLATFORM='linux'
export VSCODE_SKIP_NODE_VERSION_CHECK=1
export VSCODE_SYSROOT_PREFIX='-glibc-2.28'
export VSCODE_SYSROOT_PREFIX='-glibc-2.28-gcc-10.5.0'
if [[ "${VSCODE_ARCH}" == "arm64" || "${VSCODE_ARCH}" == "armhf" ]]; then
export VSCODE_SKIP_SYSROOT=1