Skip to content

Commit

Permalink
wip: testing windows-build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 7, 2023
1 parent e863d76 commit 5f055bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prepare_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 5f055bf

Please sign in to comment.