summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-04 10:18:00 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-04 10:18:00 +0200
commit40f2cfe25852f7dba726801315c3ef43f3fde899 (patch)
treeef7b1a48cd7e032234a9f9c2d8d2452696d04c4e /azure/job.yml
parent32114b57f35763e613cac0bd0dd4ff7fa98d2c3b (diff)
downloadphp-git-40f2cfe25852f7dba726801315c3ef43f3fde899.tar.gz
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.
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/job.yml b/azure/job.yml
index e0d8cc835c..8a5c2244ee 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -57,7 +57,7 @@ jobs:
--with-kerberos \
--enable-sysvmsg \
--with-ffi \
- --enable-zend-test=shared \
+ --enable-zend-test \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d