File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -210,15 +210,12 @@ jobs:
210
210
RESULT=0
211
211
set -x
212
212
213
- # CPUs/2
214
- MAX_CONCURRENT_TASKS=$(($(nproc) / 2))
215
-
216
- wget https://8080--0195b910-1349-73b4-a24c-a0c5a2c48849.us01.gitpod.dev/leeway -O leeway
213
+ wget -s https://8080--0195b910-1349-73b4-a24c-a0c5a2c48849.us01.gitpod.dev/leeway -O leeway
217
214
chmod +x leeway
218
215
export PATH=$PWD:$PATH
219
216
220
217
leeway build dev:all \
221
- --max-concurrent-tasks $MAX_CONCURRENT_TASKS \
218
+ --max-concurrent-tasks 16 \
222
219
--docker-build-options network=host \
223
220
--cache remote \
224
221
-Dversion=$VERSION \
@@ -280,9 +277,6 @@ jobs:
280
277
[[ "${PUBLISH_TO_NPM}" = 'true' ]] && NPM_PUBLISH_TRIGGER=$(date +%s%3N) || NPM_PUBLISH_TRIGGER="false"
281
278
282
279
283
- # CPUs/2
284
- MAX_CONCURRENT_TASKS=$(($(nproc) / 2))
285
-
286
280
RESULT=0
287
281
set -x
288
282
# CI=true is a var set by GHA. Unsetting it for the build, as yarn builds treat warnings as errors if that var is set to true
@@ -291,7 +285,7 @@ jobs:
291
285
$TEST \
292
286
-Dversion=$VERSION \
293
287
--docker-build-options network=host \
294
- --max-concurrent-tasks $MAX_CONCURRENT_TASKS \
288
+ --max-concurrent-tasks 16 \
295
289
-DlocalAppVersion=$VERSION \
296
290
-DpublishToNPM="${PUBLISH_TO_NPM}" \
297
291
-DnpmPublishTrigger="${NPM_PUBLISH_TRIGGER}" \
You can’t perform that action at this time.
0 commit comments