CI: switch which script gets --maker-opt=Debug

This commit is contained in:
Andrew Kelley
2026-05-26 09:02:09 -07:00
parent 29df938c22
commit 33680ced58
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -49,7 +49,6 @@ stage3-debug/bin/zig build \
-Dno-lib
stage3-debug/bin/zig build test docs \
--maker-opt=Debug \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \
+1
View File
@@ -48,6 +48,7 @@ stage3-debug/bin/zig build \
-Dno-lib
stage3-debug/bin/zig build test docs \
--maker-opt=Debug \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-fqemu \