test native-linux-gnu again?

This commit is contained in:
DubbleClick 2025-07-03 15:42:42 +07:00
parent e5c5b77a9a
commit ccdb6a031f

View File

@ -158,7 +158,7 @@ if ($shared_extensions) {
break;
case 'ubuntu-24.04':
case 'ubuntu-24.04-arm':
putenv('SPC_TARGET=native-native');
putenv('SPC_TARGET=native-linux-gnu');
if (getenv('SPC_TARGET') && !str_contains((string) getenv('SPC_TARGET'), '-musl')) {
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
}