authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:52:38 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-04 19:52:38 -07:00
logd972c0b2b595d264a5ab8496fc10f39beb6f5bc6
tree826f08b533d04bb834820f92b63e5d066b779346
parent8127321574b414e85cbe66251780fb3760bd110d
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

compile everything on zig build


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

build.zig+1
......@@ -16,6 +16,7 @@ pub fn build(b: *std.Build) void {
1616 deps.addAllTo(tests);
1717 tests.use_llvm = !disable_llvm;
1818 tests.use_lld = !disable_llvm;
19 b.getInstallStep().dependOn(&tests.step);
1920
2021 const build_options = b.addOptions();
2122 build_options.addOption([:0]const u8, "yamltestsuite_root", deps.dirs._hi7zwl8ps6jd);