]> granicus.if.org Git - php/commitdiff
Azure: Don't build zend-test as shared
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 4 Jun 2019 08:18:00 +0000 (10:18 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 4 Jun 2019 08:18:00 +0000 (10:18 +0200)
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

index e0d8cc835c3cc7f3bb747070ec08d193458fd76b..8a5c2244ee1f2b6b97e3f2aa2445947abaaa84d0 100644 (file)
@@ -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