File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # ignore-tidy-linelength
3+
24set -eux
35
46arch=$1
@@ -55,7 +57,9 @@ for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared; do
5557 files_to_extract=(" ${files_to_extract[@]} " " ./usr/lib/lib${lib} .*" )
5658done
5759
58- URL=https://download.freebsd.org/ftp/releases/${freebsd_arch} /${freebsd_version} -RELEASE/base.txz
60+ # Originally downloaded from:
61+ # https://download.freebsd.org/ftp/releases/${freebsd_arch}/${freebsd_version}-RELEASE/base.txz
62+ URL=https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2019-04-04-freebsd-${freebsd_arch} -${freebsd_version} -RELEASE-base.txz
5963curl " $URL " | tar xJf - -C " $sysroot " --wildcards " ${files_to_extract[@]} "
6064
6165# Fix up absolute symlinks from the system image. This can be removed
You can’t perform that action at this time.
0 commit comments