invoke_zig¶
- selene_core.build_utils.utils.invoke_zig(*args, handle_triple: bool = True, verbose: bool = False, cache_dir: Path | None = None) None¶
Invoke zig with the given arguments, after conversion to strings.
When verbose is True, zig’s stdout is forwarded to the console so that long-running builds remain observable. stderr is always captured so that a helpful message can be included in any RuntimeError raised on failure.