]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/dist-x86_64-linux/build-curl.sh
New upstream version 1.41.1+dfsg1
[rustc.git] / src / ci / docker / dist-x86_64-linux / build-curl.sh
index 8200bbe2fdce5d84576795f2ecde89322ca5849e..0c7eb5fdac9bea0425b92a8c4a8f31375546b3eb 100755 (executable)
@@ -5,6 +5,9 @@ source shared.sh
 
 VERSION=7.66.0
 
+# This needs to be downloaded directly from S3, it can't go through the CDN.
+# That's because the CDN is backed by CloudFront, which requires SNI and TLSv1
+# (without paying an absurd amount of money).
 curl https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/curl-$VERSION.tar.xz \
   | xz --decompress \
   | tar xf -