mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
test with zig-cc instead
This commit is contained in:
parent
753c720716
commit
3cbd52c1f9
@ -156,6 +156,13 @@ if ($shared_extensions) {
|
|||||||
case 'ubuntu-22.04-arm':
|
case 'ubuntu-22.04-arm':
|
||||||
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||||
break;
|
break;
|
||||||
|
case 'ubuntu-24.04':
|
||||||
|
putenv('SPC_TARGET=native-native-musl -dynamic');
|
||||||
|
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||||
|
break;
|
||||||
|
case 'ubuntu-24.04-arm':
|
||||||
|
putenv('SPC_TARGET=native-native-musl');
|
||||||
|
break;
|
||||||
case 'macos-13':
|
case 'macos-13':
|
||||||
case 'macos-14':
|
case 'macos-14':
|
||||||
case 'macos-15':
|
case 'macos-15':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user