File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 export SKIP_IO_CAPTURE_TESTS=1
1919 export STACK_LIMIT_DEFAULTS_CHECK=1
2020 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
21- ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' }} \
21+ ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' || '' }} \
2222 -d opcache.jit=${{ inputs.jitType }} \
2323 -d opcache.jit_buffer_size=64M \
2424 -j$(nproc) \
Original file line number Diff line number Diff line change 4545 export SKIP_IO_CAPTURE_TESTS=1
4646 export STACK_LIMIT_DEFAULTS_CHECK=1
4747 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
48- ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' }} \
48+ ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' || '' }} \
4949 -d opcache.jit=${{ inputs.jitType }} \
5050 -d opcache.protect_memory=1 \
5151 -d opcache.jit_buffer_size=64M \
Original file line number Diff line number Diff line change 1919 export CI_NO_IPV6=1
2020 export STACK_LIMIT_DEFAULTS_CHECK=1
2121 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
22- ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' }} \
22+ ${{ inputs.enableOpcache == 'true' && '-d opcache.enable_cli=1' || '' }} \
2323 -d opcache.jit=${{ inputs.jitType }} \
2424 -d opcache.protect_memory=1 \
2525 -d opcache.jit_buffer_size=64M \
You can’t perform that action at this time.
0 commit comments