X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fci%2Fdocker%2Fdist-x86_64-linux%2Fbuild-openssl.sh;h=34da0ed631093acb217c1808e0c1bed2e1be2748;hb=5cfee9b8541c4522ce772e0d50647b1d131393e4;hp=64b1abf82a8277d8ebc1a10c54b40fd7be583bd4;hpb=9e84bf8096b71a731a65045120b65db72df24137;p=rust.git diff --git a/src/ci/docker/dist-x86_64-linux/build-openssl.sh b/src/ci/docker/dist-x86_64-linux/build-openssl.sh index 64b1abf82a8..34da0ed6310 100755 --- a/src/ci/docker/dist-x86_64-linux/build-openssl.sh +++ b/src/ci/docker/dist-x86_64-linux/build-openssl.sh @@ -12,9 +12,10 @@ 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