@@ -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",
The note is not visible to the blocked user.