ci: run test-libc on x86_64-linux-debug-llvm and x86_64-linux-release

This commit is contained in:
Alex Rønne Petersen 2025-12-18 14:26:11 +01:00
parent 02599bccb5
commit 6ce0dd1a81
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ stage3-debug/bin/zig build \
stage3-debug/bin/zig build test docs \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
-fqemu \
-fwasmtime \
-Dstatic-llvm \

View file

@ -59,6 +59,7 @@ stage3-release/bin/zig build \
stage3-release/bin/zig build test docs \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Release-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
-fqemu \
-fwasmtime \
-Dstatic-llvm \