dhuseby / cargo-bootstrap

Bootstrapping script for Rust Cargo when cross-compilation is difficult or impossible.
BSD 2-Clause "Simplified" License
37 stars 9 forks source link

Add a --no-git flag to allow use of non-git trees #9

Closed stevenjm closed 9 years ago

stevenjm commented 9 years ago

Building from source tarballs, rather than git checkouts, currently fails because cargo-bootstrap asserts that the crates index and the cargo root are git checkouts. Add a --no-git option to allow building without git.