From: Joe Watkins Date: Fri, 14 Jun 2019 10:59:05 +0000 (+0200) Subject: enable JIT only in master for macosx X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb0921b34fe9d7051573700a68fec6890781b89f;p=php enable JIT only in master for macosx --- 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