ci: build/run all darwin module tests on aarch64-macos

In particular, this makes it so that aarch64-maccatalyst module tests are built
and run on the aarch64-macos machines. Eventually we'll also want to add targets
like aarch64-ios, aarch64-watchos, etc to the module test matrix.
This commit is contained in:
Alex Rønne Petersen
2026-05-09 07:10:44 +02:00
parent f99a310a1a
commit c461befcf9
2 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -48,7 +48,13 @@ stage3-debug/bin/zig build test docs \
--zig-lib-dir "$PWD/../lib" \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
-Dskip-spirv \
-Dskip-wasm \
-Dskip-linux \
-Dskip-freebsd \
-Dskip-netbsd \
-Dskip-openbsd \
-Dskip-windows \
--search-prefix "$PREFIX" \
--test-timeout 2m
+7 -1
View File
@@ -47,7 +47,13 @@ stage3-release/bin/zig build test docs \
--zig-lib-dir "$PWD/../lib" \
-Denable-macos-sdk \
-Dstatic-llvm \
-Dskip-non-native \
-Dskip-spirv \
-Dskip-wasm \
-Dskip-linux \
-Dskip-freebsd \
-Dskip-netbsd \
-Dskip-openbsd \
-Dskip-windows \
--search-prefix "$PREFIX" \
--test-timeout 2m