From 47cbdf555f1020fdcf15221dec167df9501bccb6 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 5 Jul 2025 12:13:02 +0700 Subject: [PATCH] oops, needs musl --- src/globals/test-extensions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 23d3f15d..5f687683 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -160,6 +160,7 @@ if ($shared_extensions) { case 'ubuntu-24.04-arm': putenv('SPC_TARGET=native-native-musl -dynamic'); if (getenv('SPC_TARGET') && !str_contains(getenv('SPC_TARGET'), '-musl') || str_contains(getenv('SPC_TARGET'), '-dynamic')) { + exec('sudo apt install musl -y'); $shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' '; } break;