fix: update linux and macos build process

This commit is contained in:
Baptiste Augrain 2024-03-31 18:26:48 +02:00
parent 0ecef7871a
commit b3e994d92c
5 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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