1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

enable JIT only in master for macosx

This commit is contained in:
Joe Watkins
2019-06-14 12:59:05 +02:00
parent 956db0cdc2
commit cb0921b34f

View File

@@ -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