LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.79k stars 117 forks source link

Add a `--no-build` option #259

Closed lovesegfault closed 8 months ago

lovesegfault commented 8 months ago

I'd like to use cargo-chef to perform its mangling to a workspace, but I don't actually want it to issue cargo build (or any other build commands).

It'd be nice if there was a --no-build, similar to how you can say --check/clippy/release, for this purpose.