]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/dist-i686-linux/build-openssl.sh
Update OpenSSL download location
[rust.git] / src / ci / docker / dist-i686-linux / build-openssl.sh
index 64b1abf82a8277d8ebc1a10c54b40fd7be583bd4..27cd064f901a036de2ff41b9922806f06d8a3ec6 100755 (executable)
 set -ex
 source shared.sh
 
-VERSION=1.0.2j
+VERSION=1.0.2k
+URL=https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/openssl-$VERSION.tar.gz
 
-curl https://www.openssl.org/source/openssl-$VERSION.tar.gz | tar xzf -
+curl $URL | tar xzf -
 
 cd openssl-$VERSION
 hide_output ./config --prefix=/rustroot shared -fPIC