summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 4b979d41a8..c9075f718c 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -40,7 +40,6 @@ jobs:
--enable-xmlreader \
--with-xsl \
--with-tidy=/usr/local/opt/tidyp \
- --with-xmlrpc \
--with-libxml \
--enable-sysvsem \
--enable-sysvshm \
@@ -85,3 +84,8 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'JIT'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M