File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 export TEST_PHP_JUNIT=junit.out.xml
4444 export STACK_LIMIT_DEFAULTS_CHECK=1
4545 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
46- ${{ inputs.jitType == 'disable' && '' || '--repeat 2' }}
46+ ${{ inputs.jitType == 'disable' && '' || '--repeat 2' }} \
4747 -d opcache.jit=${{ inputs.jitType }} \
4848 -d opcache.protect_memory=1 \
4949 -d opcache.jit_buffer_size=64M \
Original file line number Diff line number Diff line change 2020 export TEST_PHP_JUNIT=junit.out.xml
2121 export STACK_LIMIT_DEFAULTS_CHECK=1
2222 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
23- ${{ inputs.jitType == 'disable' && '' || '--repeat 2' }}
23+ ${{ inputs.jitType == 'disable' && '' || '--repeat 2' }} \
2424 -d opcache.jit=${{ inputs.jitType }} \
2525 -d opcache.protect_memory=1 \
2626 -d opcache.jit_buffer_size=64M \
You can’t perform that action at this time.
0 commit comments