zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 6f2e7afc306f9e1033085709fc046a2d4bd708db (tree)
parent faa485e630a6756277a385ec2937a7855e56a1d4
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sat, 13 Dec 2025 02:38:23 +0100

ci: build stage4 and run behavior tests with it on aarch64-macos-debug

We do this in most other debug jobs, so seems sensible to do here too.

Diffstat:
Mci/aarch64-macos-debug.sh | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/ci/aarch64-macos-debug.sh b/ci/aarch64-macos-debug.sh @@ -49,3 +49,13 @@ stage3-debug/bin/zig build test docs \ -Dskip-non-native \ --search-prefix "$PREFIX" \ --test-timeout 2m + +stage3-debug/bin/zig build \ + --prefix stage4-debug \ + -Denable-llvm \ + -Dno-lib \ + -Dtarget=$TARGET \ + -Duse-zig-libcxx \ + -Dversion-string="$(stage3-debug/bin/zig version)" + +stage4-debug/bin/zig test ../test/behavior.zig