From e019b65ef75e33d495a9b7d1b4f44276d5207e94 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 3 Jul 2025 16:40:04 +0700 Subject: [PATCH] does this break tests again? --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index a17f66dd..73752c00 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -158,7 +158,7 @@ if ($shared_extensions) { break; case 'ubuntu-24.04': case 'ubuntu-24.04-arm': - putenv('SPC_TARGET=native-linux-gnu'); + putenv('SPC_TARGET=native-native-gnu'); if (getenv('SPC_TARGET') && !str_contains((string) getenv('SPC_TARGET'), '-musl')) { $shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' '; }