Skip to content

Commit 20c4056

Browse files
committed
test native-native in CI
1 parent a5a87b9 commit 20c4056

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$test_os = [
2424
// 'macos-13', // bin/spc for x86_64
2525
// 'macos-14', // bin/spc for arm64
26-
'macos-15', // bin/spc for arm64
26+
// 'macos-15', // bin/spc for arm64
2727
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
2828
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
2929
'ubuntu-24.04', // bin/spc for x86_64
@@ -158,8 +158,8 @@ function quote2(string $param): string
158158
break;
159159
case 'ubuntu-24.04':
160160
case 'ubuntu-24.04-arm':
161-
putenv('SPC_TARGET=native-linux-gnu');
162-
if (str_contains((string) getenv('SPC_TARGET'), '-gnu')) {
161+
putenv('SPC_TARGET=native-native');
162+
if (!str_contains((string) getenv('SPC_TARGET'), '-musl')) {
163163
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
164164
}
165165
break;

0 commit comments

Comments
 (0)