cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Force cloudfront CDN

Open albertlarsan68 opened this issue 1 year ago • 2 comments

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?

albertlarsan68 avatar Jul 14 '23 13:07 albertlarsan68

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

Urgau avatar Aug 21 '23 09:08 Urgau

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

albertlarsan68 avatar Aug 21 '23 09:08 albertlarsan68