authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:54:18 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:54:18 -07:00
log9c69fe29bb6d327fd9e082b36ad7298a5bd3f70c
treed1923c81aec1e054d7ee84901752965c4af2afcf
parenta0c63c94f86f919e0b7ce09c54c609db1fcba99c
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);