mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
wip: update node_gyp path [skip ci]
This commit is contained in:
5
.github/workflows/stable-windows.yml
vendored
5
.github/workflows/stable-windows.yml
vendored
@@ -61,11 +61,6 @@ jobs:
|
|||||||
- name: Install Yarn
|
- name: Install Yarn
|
||||||
run: npm install -g yarn
|
run: npm install -g yarn
|
||||||
|
|
||||||
- name: Setup Python 2
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '2.x'
|
|
||||||
|
|
||||||
- name: Setup Python 3
|
- name: Setup Python 3
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ else
|
|||||||
git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch
|
git am --3way --whitespace=fix ../../build/npm/gyp/patches/gyp_spectre_mitigation_support.patch
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
npm_config_node_gyp=$( pwd )
|
npm_config_node_gyp="$( pwd )/bin/node-gyp.js"
|
||||||
export npm_config_node_gyp
|
export npm_config_node_gyp
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
@@ -91,7 +91,7 @@ else
|
|||||||
export npm_config_arm_version=7
|
export npm_config_arm_version=7
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --network-timeout 180000
|
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --check-files --network-timeout 180000
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setpath() {
|
setpath() {
|
||||||
|
|||||||
Reference in New Issue
Block a user