File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments