From 5f055bf5ae61cce24f1c7b1fb7ec1eb4537d41a7 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sat, 7 Oct 2023 22:02:11 +0200 Subject: [PATCH] wip: testing windows-build-tools --- prepare_vscode.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index a47396a..f439f93 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -68,6 +68,8 @@ if [[ "${OS_NAME}" == "osx" ]]; then yarn postinstall else if [[ "${OS_NAME}" == "windows" ]]; then + npm install --global --production windows-build-tools + # TODO: Should be replaced with upstream URL once https://github.com/nodejs/node-gyp/pull/2825 # gets merged. rm -rf .build/node-gyp @@ -91,9 +93,6 @@ else export npm_config_arm_version=7 fi - echo "${PATH}" - echo "${PYTHON}" - CHILD_CONCURRENCY=1 yarn --frozen-lockfile --check-files --network-timeout 180000 fi