mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 05:17:47 +01:00
Disable parallel PHAR build
This is an attempt to fix CirleCI issue in this build: https://app.circleci.com/pipelines/github/weirdan/psalm/666/workflows/33476cb1-d753-4e2d-b067-a5c92808d725/jobs/2457
This commit is contained in:
parent
ee34d15b4d
commit
5cbe241493
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user