mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +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) . ' ';
|
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||||
break;
|
break;
|
||||||
case 'ubuntu-24.04':
|
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) . ' ';
|
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
|
||||||
break;
|
break;
|
||||||
case 'ubuntu-24.04-arm':
|
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;
|
break;
|
||||||
case 'macos-13':
|
case 'macos-13':
|
||||||
case 'macos-14':
|
case 'macos-14':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user