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.
This commit is contained in:
Alex Rønne Petersen 2025-03-27 00:21:17 +01:00
parent 27108cc99e
commit 09783b8544
No known key found for this signature in database

View File

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