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 12
12
set -ex
13
13
source shared.sh
14
14
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
16
17
17
- curl https://www.openssl.org/source/openssl- $VERSION .tar.gz | tar xzf -
18
+ curl $URL | tar xzf -
18
19
19
20
cd openssl-$VERSION
20
21
hide_output ./config --prefix=/rustroot shared -fPIC
Original file line number Diff line number Diff line change 12
12
set -ex
13
13
source shared.sh
14
14
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
16
17
17
- curl https://www.openssl.org/source/openssl- $VERSION .tar.gz | tar xzf -
18
+ curl $URL | tar xzf -
18
19
19
20
cd openssl-$VERSION
20
21
hide_output ./config --prefix=/rustroot shared -fPIC
You can’t perform that action at this time.
0 commit comments