cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.6k stars 57 forks source link

feature: Improve retrying logic #1560

Open NobodyXu opened 10 months ago

NobodyXu commented 10 months ago

cargo-binstall often fails in our very own CI and fallback to cargo-install, which then fail to compile the software when cross-compiling and otherwise more time consuming than usual.

NobodyXu commented 3 months ago

TODO: