mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-16 04:55:27 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user