From ccdb6a031f742baf48aff8e3bb977701e6d967cc Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 3 Jul 2025 15:42:42 +0700 Subject: [PATCH] test native-linux-gnu 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 169c70a6..a17f66dd 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-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) . ' '; }