Skip to content

Commit

Permalink
Disable parallel PHAR build
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Nov 26, 2022
1 parent ee34d15 commit 5cbe241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-phar.sh
Expand Up @@ -14,7 +14,7 @@ if [[ ! -f build/phar-versions.php ]] ; then
exit;
fi

vendor/bin/box compile
vendor/bin/box compile --no-parallel

if [[ "$GPG_SIGNING" != '' ]] ; then
if [[ "$GPG_SECRET_KEY" != '' ]] ; then
Expand Down

0 comments on commit 5cbe241

Please sign in to comment.