build(loong64): update electron and build agent (#2249)

This commit is contained in:
darkyzhou
2025-03-09 19:35:27 +08:00
committed by GitHub
parent 0de1698e15
commit 27af1a39b3
5 changed files with 15 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
export VSCODE_NODEJS_SITE='https://unofficial-builds.nodejs.org'
elif [[ "${VSCODE_ARCH}" == "loong64" ]]; then
NODE_VERSION="20.16.0"
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:trixie-devtoolset-loong64"
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:beige-devtoolset-loong64"
export VSCODE_SKIP_SETUPENV=1
export VSCODE_NODEJS_SITE='https://unofficial-builds.nodejs.org'