LukeMathWalker / cargo-chef

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

feat: add --no-build to cook #260

Closed lovesegfault closed 6 months ago

lovesegfault commented 6 months ago

Issue: #259

Description of changes: Adds --no-build to cargo chef cook to disable issuing a build command altogether.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

LukeMathWalker commented 6 months ago

All good 👍🏻