From e1128437ff78242b269e03aad52164431cf224d9 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 4 Jul 2019 09:53:15 +0200 Subject: [PATCH] bring back CHILD_CONCURRENCY=1 --- build/azure-pipelines/darwin/product-build-darwin.yml | 2 +- build/azure-pipelines/linux/product-build-linux-multiarch.yml | 2 +- build/azure-pipelines/linux/product-build-linux.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines/darwin/product-build-darwin.yml b/build/azure-pipelines/darwin/product-build-darwin.yml index fab5872599d..067fd0331c0 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 8365b09a404..68c988bdc31 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 58c74e2f486..a30e74adea4 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 -- GitLab