]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/dist-x86_64-linux/build-openssl.sh
New upstream version 1.41.1+dfsg1
[rustc.git] / src / ci / docker / dist-x86_64-linux / build-openssl.sh
index be8a6c93945e96f7d8c7323b4a917df15e3c8910..d8f6bdb51b8d5bad24e0995de30e5babde6d0fa9 100755 (executable)
@@ -4,6 +4,10 @@ set -ex
 source shared.sh
 
 VERSION=1.0.2k
+
+# 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).
 URL=https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/openssl-$VERSION.tar.gz
 
 curl $URL | tar xzf -