summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-07 18:02:58 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-07 18:02:58 +0100
commit8be1cd66719b715db936d14c1191d5412a5f5326 (patch)
tree50cb987cf80c4d7e25e2eecf8456fc76ed9e6333 /azure
parentf28970126ea592bcecd83e71cdad41b7f7669332 (diff)
parente2c30c6a2ee4968b546e08eb19cb5f483c4c8088 (diff)
downloadphp-git-8be1cd66719b715db936d14c1191d5412a5f5326.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Restore Laravel test workaround
Diffstat (limited to 'azure')
-rw-r--r--azure/community_job.yml2
1 files changed, 2 insertions, 0 deletions
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