From cbd7ee6bfb3d44ddca1c99d4e09a262cded7080c Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 5 Jul 2019 16:31:16 +0200 Subject: [PATCH] use more CHILD_CONCURRENCY=1 --- build/azure-pipelines/product-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index f7170dfa979..57fa04b46d8 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -82,8 +82,8 @@ steps: - script: | set -e - node build/azure-pipelines/common/installDistroDependencies.js - node build/azure-pipelines/common/installDistroDependencies.js remote + CHILD_CONCURRENCY=1 node build/azure-pipelines/common/installDistroDependencies.js + CHILD_CONCURRENCY=1 node build/azure-pipelines/common/installDistroDependencies.js remote displayName: Install distro dependencies condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true')) -- GitLab