rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

switch CI downloads to use CI artifacts URL #286

Closed lqd closed 11 months ago

lqd commented 11 months ago

If I understand correctly, https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/rustc.20nightly.20download.20speed/near/378145048 means that cargo-bisect-rustc should be using the CI artifacts URL to allow for better caching and CDNs.

draft until confirmation from @pietroalbini that this is needed, and @bjorn3 to see if this fixes their S3 download speed

lqd commented 11 months ago

@bjorn3's download speeds would be improved by this PR according to https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/rustc.20nightly.20download.20speed/near/378786646