authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:42 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:42:42 -07:00
log3d67f2142b2942297bc091ace00d26c8e0cc27ea
tree3cf3ae81c7eaedaf83a0ad2e951e3be9d6220e2d
parentcfcdea2b9036880eee995e45396adfad936e5c73
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
...@@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void {...@@ -18,6 +18,7 @@ pub fn build(b: *std.Build) void {
18 tests.root_module.link_libc = true;18 tests.root_module.link_libc = true;
19 tests.use_llvm = !disable_llvm;19 tests.use_llvm = !disable_llvm;
20 tests.use_lld = !disable_llvm;20 tests.use_lld = !disable_llvm;
21 b.getInstallStep().dependOn(&tests.step);
2122
22 const test_step = b.step("test", "Run all library tests");23 const test_step = b.step("test", "Run all library tests");
23 const tests_run = b.addRunArtifact(tests);24 const tests_run = b.addRunArtifact(tests);