mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
linux build: limit child concurrency
This commit is contained in:
@@ -15,7 +15,7 @@ steps:
|
||||
fi
|
||||
|
||||
echo "machine monacotools.visualstudio.com password $(VSO_PAT)" > ~/.netrc
|
||||
HOME="$AGENT_TEMPDIRECTORY" yarn
|
||||
CHILD_CONCURRENCY=1 yarn
|
||||
npm run gulp -- hygiene
|
||||
npm run monaco-compile-check
|
||||
VSCODE_MIXIN_PASSWORD="$(VSCODE_MIXIN_PASSWORD)" npm run gulp -- mixin
|
||||
|
||||
Reference in New Issue
Block a user