Skip to content

Commit 8b6b487

Browse files
committed
disable phpdbg on i386 builds [ci skip]
1 parent 9684d5f commit 8b6b487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/i386/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
1717
./configure ${{ parameters.configurationParameters }} \
1818
--prefix=/usr \
19-
--enable-phpdbg \
19+
--disable-phpdbg \
2020
--enable-fpm \
2121
--enable-intl \
2222
--with-pdo-mysql=mysqlnd \

0 commit comments

Comments
 (0)