File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 fi
4141 export SKIP_IO_CAPTURE_TESTS=1
4242 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
43- ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' }} \
43+ ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' || '' }} \
4444 -d opcache.jit=${{ inputs.jitType }} \
4545 -d opcache.jit_buffer_size=16M \
4646 ${{ inputs.idleCpu == 'true' && '-j$(($(/usr/bin/nproc) - 1))' || '-j$(/usr/bin/nproc)' }} \
Original file line number Diff line number Diff line change 1818 export SKIP_IO_CAPTURE_TESTS=1
1919 export CI_NO_IPV6=1
2020 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
21- ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' }} \
21+ ${{ inputs.enableOpcache == 'true' && '-d zend_extension=opcache.so -d opcache.enable_cli=1' || '' }} \
2222 -d opcache.jit=${{ inputs.jitType }} \
2323 -d opcache.jit_buffer_size=16M \
2424 -j$(($(sysctl -n hw.ncpu) - 1)) \
You can’t perform that action at this time.
0 commit comments