fix: update linux and macos build process
This commit is contained in:
parent
0ecef7871a
commit
b3e994d92c
5 changed files with 4 additions and 4 deletions
1
.github/workflows/insider-macos.yml
vendored
1
.github/workflows/insider-macos.yml
vendored
|
@ -56,7 +56,6 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
if: env.VSCODE_ARCH == 'x64'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
env:
|
||||
|
|
1
.github/workflows/stable-macos.yml
vendored
1
.github/workflows/stable-macos.yml
vendored
|
@ -53,7 +53,6 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
if: env.VSCODE_ARCH == 'x64'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
run: . get_repo.sh
|
||||
|
|
2
build.sh
2
build.sh
|
@ -12,6 +12,8 @@ if [[ "${SHOULD_BUILD}" == "yes" ]]; then
|
|||
|
||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||
|
||||
export NODE_OPTIONS="--max-old-space-size=8192"
|
||||
|
||||
yarn monaco-compile-check
|
||||
yarn valid-layers-check
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ for i in {1..5}; do # try 5 times
|
|||
echo "Yarn failed $i, trying again..."
|
||||
done
|
||||
|
||||
./build/azure-pipelines/linux/install.sh
|
||||
./build/azure-pipelines/linux/setup-env.sh
|
||||
|
||||
node build/azure-pipelines/distro/mixin-npm
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ for i in {1..5}; do # try 5 times
|
|||
echo "Yarn failed $i, trying again..."
|
||||
done
|
||||
|
||||
./build/azure-pipelines/linux/install.sh
|
||||
./build/azure-pipelines/linux/setup-env.sh --only-remote
|
||||
|
||||
EXPECTED_GLIBC_VERSION="2.17" EXPECTED_GLIBCXX_VERSION="3.4.22" ./build/azure-pipelines/linux/verify-glibc-requirements.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue