authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-23 12:16:42-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-05-25 18:54:36-07:00
loge7546f8dfd99e54832c0c68c53f3f03caeaafcc7
tree350c4d007bf8732197adf0472e41216938e07254
parentfa7433a924794b0e40e522680710c60859c65db1

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.

1 files changed, 1 insertions(+), 0 deletions(-)

ci/x86_64-linux-debug-llvm.sh+1
...@@ -49,6 +49,7 @@ stage3-debug/bin/zig build \...@@ -49,6 +49,7 @@ stage3-debug/bin/zig build \
49 -Dno-lib49 -Dno-lib
5050
51stage3-debug/bin/zig build test docs \51stage3-debug/bin/zig build test docs \
52 --debug-maker \
52 --maxrss ${ZSF_MAX_RSS:-0} \53 --maxrss ${ZSF_MAX_RSS:-0} \
53 -Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \54 -Dlldb=$HOME/deps/lldb-zig/Debug-e0a42bb34/bin/lldb \
54 -Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \55 -Dlibc-test-path=$HOME/deps/libc-test-f2bac77 \