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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user