commit e7546f8dfd99e54832c0c68c53f3f03caeaafcc7 (tree)
parent fa7433a924794b0e40e522680710c60859c65db1
Author: Andrew Kelley <andrew@ziglang.org>
Date: Sat, 23 May 2026 12:16:42 -0700
CI: --debug-maker in ci/x86_64-linux-debug-llvm.sh
in case any build system bugs are introduced this will make it quicker
to find the cause.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ci/x86_64-linux-debug-llvm.sh b/ci/x86_64-linux-debug-llvm.sh
@@ -49,6 +49,7 @@ stage3-debug/bin/zig build \
-Dno-lib
stage3-debug/bin/zig build test docs \
+ --debug-maker \
--maxrss ${ZSF_MAX_RSS:-0} \
-Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
-Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \