1
0
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:
Bruce Weirdan 2022-11-26 00:36:47 -04:00
parent ee34d15b4d
commit 5cbe241493
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -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