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

Force cloudfront CDN #282

Open albertlarsan68 opened 12 months ago

albertlarsan68 commented 12 months ago

Fastly CDN is really slow (1MiB/s) when downloading data that is not in cache. Since this downloads specific nightlies that may be months old, there is quite a good chance that the downloads aren't in Fastly's cache.

I would think there would be a way to force the usage of CloudFront?

Urgau commented 10 months ago

Wasn't this done in https://github.com/rust-lang/cargo-bisect-rustc/commit/e5925b51edf4c66897b15219dab8a941272ddf85 ?

albertlarsan68 commented 10 months ago

Nope, this changes the CI artifacts server from direct S3 to CDN, not the nightlies one from {Cloudfront,Fastly} to only Cloudfront.