taiki-e / cargo-hack

Cargo subcommand to provide various options useful for testing and continuous integration.
Apache License 2.0
628 stars 28 forks source link

Prevent conflicting rustup toolchain downloads #237

Closed kornelski closed 8 months ago

kornelski commented 8 months ago

Rustup has a shared download folder, and multiple concurrent rustup runs overwrite each others temp files in there, causing sporadic installation failures.

https://github.com/rust-lang/rustup/issues/3690

kornelski commented 8 months ago

CI fails due to invalid args to yq command, which seems unrelated to this PR.

taiki-e commented 8 months ago

CI fails due to invalid args to yq command, which seems unrelated to this PR.

Oh, sorry. I pushed the fix to the main branch now.