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 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 zend_extension=opcache.so -d opcache.enable_cli=1' }} \
48+ ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' || '' }} \
4949 -d opcache.jit=${{ inputs.jitType }} \
5050 -d opcache.jit_buffer_size=16M \
5151 ${{ inputs.idleCpu == 'true' && '-j$(($(/usr/bin/nproc) - 1))' || '-j$(/usr/bin/nproc)' }} \
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 zend_extension=opcache.so -d opcache.enable_cli=1' }} \
22+ ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' || '' }} \
2323 -d opcache.jit=${{ inputs.jitType }} \
2424 -d opcache.jit_buffer_size=16M \
2525 -j$(($(sysctl -n hw.ncpu) - 1)) \
You can’t perform that action at this time.
0 commit comments