File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,12 +243,12 @@ install:
243
243
tfold 'composer update' $COMPOSER_UP
244
244
tfold 'phpunit install' ./phpunit install
245
245
if [[ $deps = high ]]; then
246
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
246
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
247
247
elif [[ $deps = low ]]; then
248
248
[[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
249
249
tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
250
250
php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
251
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
251
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
252
252
echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
253
253
else
254
254
echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
You can’t perform that action at this time.
0 commit comments