File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212set -ex
1313source shared.sh
1414
15- VERSION=1.0.2j
15+ VERSION=1.0.2k
16+ URL=https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/openssl-$VERSION .tar.gz
1617
17- curl https://www.openssl.org/source/openssl- $VERSION .tar.gz | tar xzf -
18+ curl $URL | tar xzf -
1819
1920cd openssl-$VERSION
2021hide_output ./config --prefix=/rustroot shared -fPIC
Original file line number Diff line number Diff line change 1212set -ex
1313source shared.sh
1414
15- VERSION=1.0.2j
15+ VERSION=1.0.2k
16+ URL=https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/openssl-$VERSION .tar.gz
1617
17- curl https://www.openssl.org/source/openssl- $VERSION .tar.gz | tar xzf -
18+ curl $URL | tar xzf -
1819
1920cd openssl-$VERSION
2021hide_output ./config --prefix=/rustroot shared -fPIC
You can’t perform that action at this time.
0 commit comments