We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e06dad commit e2c30c6Copy full SHA for e2c30c6
azure/community_job.yml
@@ -52,6 +52,8 @@ jobs:
52
git clone https://github.com/laravel/framework.git --branch=master --depth=1
53
cd framework
54
php7.4 /usr/bin/composer install --no-progress
55
+ # Hack to disable a test that hangs on azure
56
+ sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
57
export USE_ZEND_ALLOC=0
58
export ASAN_OPTIONS=exitcode=139
59
php vendor/bin/phpunit
0 commit comments