diff --git a/build/azure-pipelines/darwin/product-build-darwin.yml b/build/azure-pipelines/darwin/product-build-darwin.yml index fab5872599d737fd982f02a3612040e00582bd4b..067fd0331c087101b245520427b886ba8e231c18 100644 --- a/build/azure-pipelines/darwin/product-build-darwin.yml +++ b/build/azure-pipelines/darwin/product-build-darwin.yml @@ -62,7 +62,7 @@ steps: - script: | set -e - yarn --frozen-lockfile + CHILD_CONCURRENCY=1 yarn --frozen-lockfile node build/azure-pipelines/common/installDistroDependencies.js node build/azure-pipelines/common/installDistroDependencies.js remote displayName: Install dependencies diff --git a/build/azure-pipelines/linux/product-build-linux-multiarch.yml b/build/azure-pipelines/linux/product-build-linux-multiarch.yml index 8365b09a40475c473acf9bfa992371d840dc027c..68c988bdc313d7894658578e4cdf947e3213e0e3 100644 --- a/build/azure-pipelines/linux/product-build-linux-multiarch.yml +++ b/build/azure-pipelines/linux/product-build-linux-multiarch.yml @@ -71,7 +71,7 @@ steps: - script: | set -e - yarn --frozen-lockfile + CHILD_CONCURRENCY=1 yarn --frozen-lockfile node build/azure-pipelines/common/installDistroDependencies.js node build/azure-pipelines/common/installDistroDependencies.js remote displayName: Install dependencies diff --git a/build/azure-pipelines/linux/product-build-linux.yml b/build/azure-pipelines/linux/product-build-linux.yml index 58c74e2f486290fc7b6adf68b7ac64dd961b7b09..a30e74adea4497bb0b68a90ec7f4fa9f32349c41 100644 --- a/build/azure-pipelines/linux/product-build-linux.yml +++ b/build/azure-pipelines/linux/product-build-linux.yml @@ -63,7 +63,7 @@ steps: - script: | set -e - yarn --frozen-lockfile + CHILD_CONCURRENCY=1 yarn --frozen-lockfile node build/azure-pipelines/common/installDistroDependencies.js node build/azure-pipelines/common/installDistroDependencies.js remote displayName: Install dependencies