fix(linux-reh-x86): use unofficial nodejs to build archive (#2465)

This commit is contained in:
Baptiste Augrain
2025-08-15 14:10:03 +02:00
committed by GitHub
parent 166e10c23b
commit 7245ccb8bd
6 changed files with 49 additions and 18 deletions

View File

@@ -171,6 +171,8 @@ for i in {1..5}; do # try 5 times
done
if [[ "${VSCODE_ARCH}" == "x64" ]]; then
pushd "remote"
for LIB in @parcel/watcher @vscode/spdlog kerberos
do
pushd "node_modules/${LIB}"
@@ -179,6 +181,8 @@ if [[ "${VSCODE_ARCH}" == "x64" ]]; then
popd
done
popd
fi
mv .npmrc.bak .npmrc