rage icon indicating copy to clipboard operation
rage copied to clipboard

UX: cargo build rage builds each time

Open histrio opened this issue 2 years ago • 1 comments

What were you trying to do

Install rage via cargo twice.

What happened

The build has happened. The package is recompiling even if there are no new changes.

histrio avatar Dec 11 '21 19:12 histrio

If you're referring to cargo install rage, I believe this is caused by https://github.com/rust-lang/cargo/issues/8703. The rage package includes the rage-mount binary which is built when the mount feature flag is provided. There's unfortunately nothing I can do about this while retaining the ability for cargo install rage to optionally provide rage-mount.

str4d avatar Dec 28 '21 00:12 str4d