/urchin

Bazel launcher written in Rust

Primary LanguageRust

Urchin

A Bazel launcher written in Rust.

This is a combination of Bazelisk and Bazel's own launcher.

Run it yourself

Here's the command: cargo run -- build :test --isatty

thesayyn@Sahins-MacBook-Pro-2 urchin % cargo run -- build :test --isatty 
    Finished dev [unoptimized + debuginfo] target(s) in 0.07s
     Running `target/debug/urchin build ':test' --isatty`
INFO: Analyzed target //:test (4 packages loaded, 7 targets configured).
INFO: Found 1 target...
Target //:test up-to-date (nothing to build)
INFO: Elapsed time: 0.713s, Critical Path: 0.03s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action