summaryrefslogtreecommitdiff
path: root/azure/macos
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-06-14 12:59:05 +0200
committerJoe Watkins <krakjoe@php.net>2019-06-14 12:59:05 +0200
commitcb0921b34fe9d7051573700a68fec6890781b89f (patch)
tree6b6bddbc39aa2152200879dd4417fe130694c260 /azure/macos
parent956db0cdc209898e814480013d0b0a235ce3dae1 (diff)
downloadphp-git-cb0921b34fe9d7051573700a68fec6890781b89f.tar.gz
enable JIT only in master for macosx
Diffstat (limited to 'azure/macos')
-rw-r--r--azure/macos/job.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/azure/macos/job.yml b/azure/macos/job.yml
index 56f34fbb41..c1037f7347 100644
--- a/azure/macos/job.yml
+++ b/azure/macos/job.yml
@@ -80,3 +80,8 @@ jobs:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1
+ - template: test.yml
+ parameters:
+ configurationName: ${{ parameters.configurationName }}
+ runTestsName: 'JIT'
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M