authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:36:51 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:36:51 -07:00
logbebb39ae30d9848a1c212cee582d0b1c102d8b87
tree6a42fbb01f183b3907a38bcf254432a3835e1b81
parent2f19992cb1802893315bd70ce050a53808b04ea5
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
......@@ -35,6 +35,7 @@ pub fn build(b: *std.Build) void {
3535 });
3636 tests.use_llvm = !disable_llvm;
3737 tests.use_lld = !disable_llvm;
38 b.getInstallStep().dependOn(&tests.step);
3839
3940 const run_test = b.addRunArtifact(tests);
4041 run_test.setCwd(b.path("."));