From: Nikita Popov Date: Fri, 6 Mar 2020 09:54:16 +0000 (+0100) Subject: Fix community job X-Git-Tag: php-7.4.7RC1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=979978cb61281347ddde7f653ad7c7af04f87739;p=php Fix community job Marco broke things again. --- diff --git a/azure/community_job.yml b/azure/community_job.yml index dc17e10ec5..87b06184ba 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -75,7 +75,7 @@ jobs: - script: | git clone https://github.com/amphp/amp.git --branch=master --depth=1 cd amp - php7.3 /usr/bin/composer install --no-progress --ignore-platform-reqs + php /usr/bin/composer install --no-progress --ignore-platform-reqs export USE_ZEND_ALLOC=0 sed -i 's/$exit = true/$exit = false/g' vendor/phpunit/phpunit/src/TextUI/Command.php php vendor/bin/phpunit