We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157898e commit 3da037fCopy full SHA for 3da037f
src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -22,7 +22,8 @@ cd gcc-$GCC
22
# latter host is presented to `wget`! Therefore, we choose to download from the insecure HTTP server
23
# instead here.
24
#
25
-sed -i'' 's|ftp://gcc\.gnu\.org/|https://gcc.gnu.org/|g' ./contrib/download_prerequisites
+# FIXME: use HTTPS (see https://github.com/rust-lang/rust/pull/86586#issuecomment-868355356)
26
+sed -i'' 's|ftp://gcc\.gnu\.org/|http://gcc.gnu.org/|g' ./contrib/download_prerequisites
27
28
./contrib/download_prerequisites
29
mkdir ../gcc-build
0 commit comments