build(linux): make it build (#1916)

This commit is contained in:
Baptiste Augrain
2024-06-06 16:54:10 +02:00
committed by GitHub
parent a7c7014502
commit a652d7a26b
6 changed files with 17 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ if [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
fi
export VSCODE_PLATFORM='linux'
export VSCODE_SKIP_NODE_VERSION_CHECK=1
export VSCODE_SYSROOT_PREFIX="-glibc-${GLIBC_VERSION}"
VSCODE_HOST_MOUNT="$( pwd )"