From e7546f8dfd99e54832c0c68c53f3f03caeaafcc7 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 23 May 2026 12:16:42 -0700 Subject: [PATCH] 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. --- ci/x86_64-linux-debug-llvm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/x86_64-linux-debug-llvm.sh b/ci/x86_64-linux-debug-llvm.sh index 750243130a..ed24f7e460 100755 --- 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 \