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 `--bins` and allow `--bin` to be called multiple times #241

Closed mladedav closed 8 months ago

mladedav commented 1 year ago

Issue #, if available: #238

Description of changes: Adds --bins which builds all binaries. The second commit makes it possible to call --bin multiple times like --package. This is to be closer in usage to other cargo commands such as cargo build.

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

mladedav commented 8 months ago

@LukeMathWalker Sorry, I've just found this is still hanging here, can you please review this?

LukeMathWalker commented 8 months ago

I'll try to get to it in the coming weeks, but my backlog is quite full at the moment.

LukeMathWalker commented 8 months ago

Nothing to comment on, thank you for the PR!