mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
test with zig-cc instead
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user