Revert "Download the GCC sources insecurely"
This reverts commit 3da037f82988b8b3aca2ce13c5c81ba975923cab.
This commit is contained in:
parent
f5559e3382
commit
603e5d764e
@ -22,8 +22,7 @@ cd gcc-$GCC
|
|||||||
# latter host is presented to `wget`! Therefore, we choose to download from the insecure HTTP server
|
# latter host is presented to `wget`! Therefore, we choose to download from the insecure HTTP server
|
||||||
# instead here.
|
# instead here.
|
||||||
#
|
#
|
||||||
# FIXME: use HTTPS (see https://github.com/rust-lang/rust/pull/86586#issuecomment-868355356)
|
sed -i'' 's|ftp://gcc\.gnu\.org/|https://gcc.gnu.org/|g' ./contrib/download_prerequisites
|
||||||
sed -i'' 's|ftp://gcc\.gnu\.org/|http://gcc.gnu.org/|g' ./contrib/download_prerequisites
|
|
||||||
|
|
||||||
./contrib/download_prerequisites
|
./contrib/download_prerequisites
|
||||||
mkdir ../gcc-build
|
mkdir ../gcc-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user