mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
wip: testing windows-build-tools
This commit is contained in:
@@ -68,6 +68,8 @@ if [[ "${OS_NAME}" == "osx" ]]; then
|
|||||||
yarn postinstall
|
yarn postinstall
|
||||||
else
|
else
|
||||||
if [[ "${OS_NAME}" == "windows" ]]; then
|
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
|
# TODO: Should be replaced with upstream URL once https://github.com/nodejs/node-gyp/pull/2825
|
||||||
# gets merged.
|
# gets merged.
|
||||||
rm -rf .build/node-gyp
|
rm -rf .build/node-gyp
|
||||||
@@ -91,9 +93,6 @@ else
|
|||||||
export npm_config_arm_version=7
|
export npm_config_arm_version=7
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${PATH}"
|
|
||||||
echo "${PYTHON}"
|
|
||||||
|
|
||||||
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --check-files --network-timeout 180000
|
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --check-files --network-timeout 180000
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user