diff --git a/build.zig b/build.zig index a557dd3c26..f8dd8c4cf6 100644 --- a/build.zig +++ b/build.zig @@ -159,7 +159,11 @@ fn addTestStep( test_mod.linkLibrary(lib); } - const test_exe = b.addTest(.{ .root_module = test_mod }); + const test_exe = b.addTest(.{ + .root_module = test_mod, + .use_llvm = false, + .use_lld = false, + }); if (valgrind) { test_exe.setExecCmd(&.{ "valgrind",