Skip to content

Commit 47cbdf5

Browse files
committed
oops, needs musl
1 parent 26aca72 commit 47cbdf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function quote2(string $param): string
160160
case 'ubuntu-24.04-arm':
161161
putenv('SPC_TARGET=native-native-musl -dynamic');
162162
if (getenv('SPC_TARGET') && !str_contains(getenv('SPC_TARGET'), '-musl') || str_contains(getenv('SPC_TARGET'), '-dynamic')) {
163+
exec('sudo apt install musl -y');
163164
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
164165
}
165166
break;

0 commit comments

Comments
 (0)