aboutsummaryrefslogtreecommitdiff
path: root/ci/aarch64-linux-debug.sh
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-03-04 21:04:22 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-03-09 01:26:21 -0500
commit12b74b2c0587e1f3f0ce8fdae47ab76e790b0d8e (patch)
treef76bd62264a8092199ddc53a0f4df5f391e64dbc /ci/aarch64-linux-debug.sh
parent134e5748e0b698d51b6daf1983d3aeb1affc142f (diff)
downloadzig-12b74b2c0587e1f3f0ce8fdae47ab76e790b0d8e.tar.gz
zig-12b74b2c0587e1f3f0ce8fdae47ab76e790b0d8e.zip
CI: more aggressively check zig1 bootstrapping
This would have caught the problem we are seeing in #14799.
Diffstat (limited to 'ci/aarch64-linux-debug.sh')
-rw-r--r--ci/aarch64-linux-debug.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh
index ca085d2779..94f40c557b 100644
--- a/ci/aarch64-linux-debug.sh
+++ b/ci/aarch64-linux-debug.sh
@@ -98,3 +98,9 @@ unset CXX
ninja install
stage3/bin/zig test ../test/behavior.zig -I../test
+stage3/bin/zig build -p stage4 \
+ -Dstatic-llvm \
+ -Dtarget=native-native-musl \
+ --search-prefix "$PREFIX" \
+ --zig-lib-dir "$(pwd)/../lib"
+stage4/bin/zig test ../test/behavior.zig -I../test