mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
now test gnu again
This commit is contained in:
parent
3cbd52c1f9
commit
70a9ffe4a2
@ -157,11 +157,12 @@ if ($shared_extensions) {
|
||||
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||
break;
|
||||
case 'ubuntu-24.04':
|
||||
putenv('SPC_TARGET=native-native-musl -dynamic');
|
||||
putenv('SPC_TARGET=native-native-gnu.2.17');
|
||||
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||
break;
|
||||
case 'ubuntu-24.04-arm':
|
||||
putenv('SPC_TARGET=native-native-musl');
|
||||
putenv('SPC_TARGET=native-native-gnu.2.28');
|
||||
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||
break;
|
||||
case 'macos-13':
|
||||
case 'macos-14':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user