diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-03-04 21:04:22 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-03-09 01:26:21 -0500 |
| commit | 12b74b2c0587e1f3f0ce8fdae47ab76e790b0d8e (patch) | |
| tree | f76bd62264a8092199ddc53a0f4df5f391e64dbc /ci/aarch64-linux-debug.sh | |
| parent | 134e5748e0b698d51b6daf1983d3aeb1affc142f (diff) | |
| download | zig-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.sh | 6 |
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 |
