Skip to content

thesayyn/urchin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bazel launcher written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages