summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 4b979d41a8..07dd6d4803 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -5,7 +5,7 @@ parameters:
jobs:
- job: ${{ parameters.configurationName }}
pool:
- vmImage: 'macOS-10.14'
+ vmImage: 'macOS-10.15'
steps:
- template: brew.yml
- script: |
@@ -40,7 +40,6 @@ jobs:
--enable-xmlreader \
--with-xsl \
--with-tidy=/usr/local/opt/tidyp \
- --with-xmlrpc \
--with-libxml \
--enable-sysvsem \
--enable-sysvshm \
@@ -66,6 +65,7 @@ jobs:
--enable-intl \
--with-mhash \
--with-sodium \
+ --enable-dba \
--enable-werror \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d
@@ -85,3 +85,14 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
+ - ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'Function JIT'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M -d opcache.jit=1205
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'Tracing JIT'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M