summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-12 06:58:19 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-12 06:58:53 +0200
commit8ab3e7bc0c3b7153c4d3526fb32b3552e0393141 (patch)
tree30f615b9627a7d550f1bd5f20f9742ec7a7bcbbf /azure/macos
parentbdcef51bcb367323f2eea4808f34a1b3e58bd3d8 (diff)
downloadphp-git-8ab3e7bc0c3b7153c4d3526fb32b3552e0393141.tar.gz
disable phpdbg on macosx, it's not well tested there and is skewing results [ci skip]
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 7d9d649e0e..075aa27238 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -17,7 +17,7 @@ jobs:
./buildconf --force
./configure ${{ parameters.configurationParameters }} \
--prefix=/usr/local \
- --enable-phpdbg \
+ --disable-phpdbg \
--enable-fpm \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \