mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
test musl again (succeeds locally :)
This commit is contained in:
@@ -158,7 +158,7 @@ if ($shared_extensions) {
|
|||||||
break;
|
break;
|
||||||
case 'ubuntu-24.04':
|
case 'ubuntu-24.04':
|
||||||
case 'ubuntu-24.04-arm':
|
case 'ubuntu-24.04-arm':
|
||||||
putenv('SPC_TARGET=native-native-gnu');
|
putenv('SPC_TARGET=native-native-musl -dynamic');
|
||||||
if (getenv('SPC_TARGET') && !str_contains(getenv('SPC_TARGET'), '-musl')) {
|
if (getenv('SPC_TARGET') && !str_contains(getenv('SPC_TARGET'), '-musl')) {
|
||||||
exec('sudo apt install musl -y');
|
exec('sudo apt install musl -y');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user