From 6f2e7afc306f9e1033085709fc046a2d4bd708db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 13 Dec 2025 02:38:23 +0100 Subject: [PATCH] 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. --- ci/aarch64-macos-debug.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ci/aarch64-macos-debug.sh b/ci/aarch64-macos-debug.sh index a0681430dc..7dc60c1f4e 100755 --- 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