authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-25 03:41:14-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-06-29 23:50:20-07:00
logcd28a740b7ba366ce4f8db1a6d75dcff2bdbd606
tree6e52b5ea5dc93030882cf4149c9a74a2e5b8714a
parent10bd6cad759fa37d2b6c127ad97635f83261c4ac

CI: update --maker-opt=Debug to ZIG_DEBUG_CMD


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

ci/x86_64-linux-debug.sh+1-1
...@@ -44,6 +44,7 @@ ninja install...@@ -44,6 +44,7 @@ ninja install
4444
45# Must be done after zig cc is finished.45# Must be done after zig cc is finished.
46export ZIG_LIB_DIR="$PWD/../lib"46export ZIG_LIB_DIR="$PWD/../lib"
47export ZIG_DEBUG_CMD=1
4748
48# simultaneously test building self-hosted without LLVM and with 32-bit arm49# simultaneously test building self-hosted without LLVM and with 32-bit arm
49stage3-debug/bin/zig build \50stage3-debug/bin/zig build \
...@@ -51,7 +52,6 @@ stage3-debug/bin/zig build \...@@ -51,7 +52,6 @@ stage3-debug/bin/zig build \
51 -Dno-lib52 -Dno-lib
5253
53stage3-debug/bin/zig build test docs \54stage3-debug/bin/zig build test docs \
54 --maker-opt=Debug \
55 --maxrss ${ZSF_MAX_RSS:-0} \55 --maxrss ${ZSF_MAX_RSS:-0} \
56 -Dlldb=$HOME/deps/lldb-zig/Debug-7c1090fd46/bin/lldb \56 -Dlldb=$HOME/deps/lldb-zig/Debug-7c1090fd46/bin/lldb \
57 -fqemu \57 -fqemu \