Use https for curl when building for linux
This commit is contained in:
parent
6c2c29c432
commit
2185710748
1 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,11 @@
|
||||||
set -ex
|
set -ex
|
||||||
source shared.sh
|
source shared.sh
|
||||||
|
|
||||||
VERSION=7.51.0
|
VERSION=7.66.0
|
||||||
|
|
||||||
curl http://cool.haxx.se/download/curl-$VERSION.tar.bz2 | tar xjf -
|
curl https://rust-lang-ci-mirrors.s3-us-west-1.amazonaws.com/rustc/curl-$VERSION.tar.xz \
|
||||||
|
| xz --decompress \
|
||||||
|
| tar xf -
|
||||||
|
|
||||||
mkdir curl-build
|
mkdir curl-build
|
||||||
cd curl-build
|
cd curl-build
|
||||||
|
|
Loading…
Add table
Reference in a new issue