authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:53:45 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:53:45 -07:00
log1e407e101f8f9ed8701d3d82119f8bbef72c176f
treeba1e514625f50ddeb155af3672d0441ee0c01991
parente8ea5d969e1062d0be161f7a70e293b52aebc3f3
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

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