]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/dist-x86_64-linux/build-openssl.sh
ci: Upload/download from a new S3 bucket
[rust.git] / src / ci / docker / dist-x86_64-linux / build-openssl.sh
index 64b1abf82a8277d8ebc1a10c54b40fd7be583bd4..34da0ed631093acb217c1808e0c1bed2e1be2748 100755 (executable)
 set -ex
 source shared.sh
 
-VERSION=1.0.2j
+VERSION=1.0.2k
+URL=https://s3-us-west-1.amazonaws.com/rust-lang-ci2/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