Skip to content

Commit cbd7ee6

Browse files
committed
use more CHILD_CONCURRENCY=1
1 parent b4add9f commit cbd7ee6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/azure-pipelines/product-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ steps:
8282

8383
- script: |
8484
set -e
85-
node build/azure-pipelines/common/installDistroDependencies.js
86-
node build/azure-pipelines/common/installDistroDependencies.js remote
85+
CHILD_CONCURRENCY=1 node build/azure-pipelines/common/installDistroDependencies.js
86+
CHILD_CONCURRENCY=1 node build/azure-pipelines/common/installDistroDependencies.js remote
8787
displayName: Install distro dependencies
8888
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
8989

0 commit comments

Comments
 (0)