mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Use https for curl when building for linux
This commit is contained in:
parent
6c2c29c432
commit
2185710748
@ -3,9 +3,11 @@
|
||||
set -ex
|
||||
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
|
||||
cd curl-build
|
||||
|
Loading…
Reference in New Issue
Block a user