mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fetch Rust snapshots over HTTPS. Fix #2752
This commit is contained in:
parent
0a910ce6cf
commit
66f31d3343
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -413,7 +413,7 @@ then
|
|||
rm -rf ${CFG_BUILD_DIR}/rust_snapshot
|
||||
make_dir ${CFG_BUILD_DIR}/rust_snapshot
|
||||
make_dir ${CFG_BUILD_DIR}/src/compiler/rust
|
||||
SNAPSHOT_URL="http://servo-rust.s3.amazonaws.com/$(cat ${CFG_SRC_DIR}/src/compiler/rust-snapshot-hash)-${DEFAULT_TARGET}.tar.gz"
|
||||
SNAPSHOT_URL="https://servo-rust.s3.amazonaws.com/$(cat ${CFG_SRC_DIR}/src/compiler/rust-snapshot-hash)-${DEFAULT_TARGET}.tar.gz"
|
||||
step_msg "Fetching snapshot from ${SNAPSHOT_URL}"
|
||||
curl -o ${CFG_BUILD_DIR}/rust_snapshot/snapshot.tgz ${SNAPSHOT_URL}
|
||||
tar -zxf ${CFG_BUILD_DIR}/rust_snapshot/snapshot.tgz -C ${CFG_BUILD_DIR}/rust_snapshot/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue