mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Add parallel download
This commit is contained in:
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Attribute\AsCommand;
|
||||
#[AsCommand('dev:gen-ext-test-matrix', 'Generate GitHub Actions extension test matrix JSON', [], true)]
|
||||
class GenExtTestMatrixCommand extends BaseCommand
|
||||
{
|
||||
private const BUILD_TARGETS = '--build-cli --build-cgi --build-micro';
|
||||
private const BUILD_TARGETS = '--build-cli --build-cgi --build-micro --dl-parallel=10';
|
||||
|
||||
private const OS_RUNNERS = [
|
||||
'linux' => ['arch' => 'x86_64', 'runner' => 'ubuntu-latest', 'os_key' => 'Linux'],
|
||||
|
||||
Reference in New Issue
Block a user