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 @@ -260,12 +260,12 @@ install:
260
260
tfold 'phpunit install' ./phpunit install
261
261
fi
262
262
if [[ $deps = high ]]; then
263
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
263
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
264
264
elif [[ $deps = low ]]; then
265
265
[[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
266
266
tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
267
267
php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
268
- echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
268
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
269
269
echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
270
270
elif [[ $PHP = hhvm* ]]; then
271
271
rm src/Symfony/Bridge/PhpUnit -Rf
You can’t perform that action at this time.
0 commit comments