test musl again (succeeds locally :)

This commit is contained in:
DubbleClick 2025-07-25 12:32:49 +07:00
parent 199b3b5582
commit 51fcc6b231

View File

@ -158,7 +158,7 @@ if ($shared_extensions) {
break;
case 'ubuntu-24.04':
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')) {
exec('sudo apt install musl -y');
}