From cd28a740b7ba366ce4f8db1a6d75dcff2bdbd606 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 25 Jun 2026 03:41:14 -0700 Subject: [PATCH] CI: update --maker-opt=Debug to ZIG_DEBUG_CMD --- ci/x86_64-linux-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/x86_64-linux-debug.sh b/ci/x86_64-linux-debug.sh index fe4450ea8e67316d5d75def9c60fb79bf6edb3c6..91f6291d90b345139f394f4ee0c26bbe80a5ac57 100755 --- a/ci/x86_64-linux-debug.sh +++ b/ci/x86_64-linux-debug.sh @@ -44,6 +44,7 @@ ninja install # Must be done after zig cc is finished. export ZIG_LIB_DIR="$PWD/../lib" +export ZIG_DEBUG_CMD=1 # simultaneously test building self-hosted without LLVM and with 32-bit arm stage3-debug/bin/zig build \ @@ -51,7 +52,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-7c1090fd46/bin/lldb \ -fqemu \ -- 2.54.0