]> granicus.if.org Git - php/commitdiff
disable phpdbg on macosx, it's not well tested there and is skewing results [ci skip]
authorJoe Watkins <krakjoe@php.net>
Wed, 12 Jun 2019 04:58:19 +0000 (06:58 +0200)
committerJoe Watkins <krakjoe@php.net>
Wed, 12 Jun 2019 04:58:53 +0000 (06:58 +0200)
azure/macos/job.yml

index 7d9d649e0e4476777d717fb0f1d28a071310af4a..075aa272383ff11c2e07d3c2774e911d18618ac0 100644 (file)
@@ -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 \