Actually load opcache on Azure

This commit is contained in:
Nikita Popov 2019-06-04 10:03:34 +02:00
parent 18060e5923
commit f4bac9a438

View File

@ -83,10 +83,10 @@ jobs:
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
runTestsParameters: -dopcache.enable_cli=1
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1
- ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'JIT'
runTestsParameters: -dopcache.enable_cli=1 -dopcache.jit_buffer_size=16M
runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M