zig

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

commit 09783b8544fe69e7a52ed7bee4e74cd510a217be (tree)
parent 27108cc99e46c354a1f0284aef40cdfee4eddfad
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Thu, 27 Mar 2025 00:21:17 +0100

ci: Build stage4 and run behavior tests with it on aarch64-linux-debug.

This ensures that we at least have some relatively lightweight coverage of
building and using stage4 from a newly built stage3.

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

diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh @@ -56,3 +56,13 @@ stage3-debug/bin/zig build test docs \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ -Denable-superhtml + +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