File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,12 +235,12 @@ install:
235235 tfold 'composer update' $COMPOSER_UP
236236 tfold 'phpunit install' ./phpunit install
237237 if [[ $deps = high ]]; then
238- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
238+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
239239 elif [[ $deps = low ]]; then
240240 [[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
241241 tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
242242 php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
243- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
243+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
244244 echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
245245 else
246246 echo "$COMPONENTS" | parallel --gnu "tfold {} $PHPUNIT_X {}"
You can’t perform that action at this time.
0 commit comments