From: Nikita Popov Date: Sun, 7 Feb 2021 16:34:01 +0000 (+0100) Subject: Restore Laravel test workaround X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2c30c6a2ee4968b546e08eb19cb5f483c4c8088;p=php Restore Laravel test workaround I accidentally dropped this during a merge, making the Laravel job fail. --- diff --git a/azure/community_job.yml b/azure/community_job.yml index 6bfbc12af5..a3b2afc475 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -52,6 +52,8 @@ jobs: git clone https://github.com/laravel/framework.git --branch=master --depth=1 cd framework php7.4 /usr/bin/composer install --no-progress + # Hack to disable a test that hangs on azure + sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php export USE_ZEND_ALLOC=0 export ASAN_OPTIONS=exitcode=139 php vendor/bin/phpunit