From 40f2cfe25852f7dba726801315c3ef43f3fde899 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 4 Jun 2019 10:18:00 +0200 Subject: [PATCH] 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. --- azure/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1