Skip to content

Commit 40f2cfe

Browse files
committed
Azure: Don't build zend-test as shared
This is shared on Travis to perform a dl() sanity check. Revert to building it statically here so we don't need to explicitly load it.
1 parent 32114b5 commit 40f2cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--with-kerberos \
5858
--enable-sysvmsg \
5959
--with-ffi \
60-
--enable-zend-test=shared \
60+
--enable-zend-test \
6161
--enable-werror \
6262
--with-config-file-path=/etc \
6363
--with-config-file-scan-dir=/etc/php.d

0 commit comments

Comments
 (0)