summaryrefslogtreecommitdiff
path: root/azure/community_job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-08-30 10:46:42 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-08-30 10:46:42 +0200
commit1bbdb6a67483246a539c09aa7e5fad78d6cf2b75 (patch)
tree2c4d0cb13bc103e60480c72dc703cda6801fa327 /azure/community_job.yml
parent8239b58bea6353b6b6ce2ada06a641720525bc85 (diff)
downloadphp-git-1bbdb6a67483246a539c09aa7e5fad78d6cf2b75.tar.gz
Disable symfony build on master
Diffstat (limited to 'azure/community_job.yml')
-rw-r--r--azure/community_job.yml30
1 files changed, 16 insertions, 14 deletions
diff --git a/azure/community_job.yml b/azure/community_job.yml
index 16efaed7fd..4dfd807e5d 100644
--- a/azure/community_job.yml
+++ b/azure/community_job.yml
@@ -56,20 +56,22 @@ jobs:
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
php vendor/bin/phpunit
displayName: 'Test Laravel'
- - script: |
- git clone https://github.com/symfony/symfony.git --branch=master --depth=1
- cd symfony
- php7.3 /usr/bin/composer install --no-progress
- export USE_ZEND_ALLOC=0
- export USE_TRACKED_ALLOC=1
- export ASAN_OPTIONS=exitcode=139
- # Close stdin because we hang on some kind of tty test otherwise.
- php ./phpunit 0<&-
- if [ $? -gt 128 ]; then
- exit 1
- fi
- displayName: 'Test Symfony'
- condition: or(succeeded(), failed())
+ # Symfony has complicated custom PHPUnit handling -- we'd at least need an
+ # --ignore-platform-reqs in there, or run the install under a different version.
+ #- script: |
+ #- git clone https://github.com/symfony/symfony.git --branch=master --depth=1
+ #- cd symfony
+ #- php7.3 /usr/bin/composer install --no-progress
+ #- export USE_ZEND_ALLOC=0
+ #- export USE_TRACKED_ALLOC=1
+ #- export ASAN_OPTIONS=exitcode=139
+ #- # Close stdin because we hang on some kind of tty test otherwise.
+ #- php ./phpunit 0<&-
+ #- if [ $? -gt 128 ]; then
+ #- exit 1
+ #- fi
+ #- displayName: 'Test Symfony'
+ #- condition: or(succeeded(), failed())
- script: |
git clone https://github.com/amphp/amp.git --branch=master --depth=1
cd amp