File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # ignore-tidy-linelength
3
+
2
4
set -eux
3
5
4
6
arch=$1
@@ -55,7 +57,9 @@ for lib in c++ c_nonshared compiler_rt execinfo gcc pthread rt ssp_nonshared; do
55
57
files_to_extract=(" ${files_to_extract[@]} " " ./usr/lib/lib${lib} .*" )
56
58
done
57
59
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
59
63
curl " $URL " | tar xJf - -C " $sysroot " --wildcards " ${files_to_extract[@]} "
60
64
61
65
# Fix up absolute symlinks from the system image. This can be removed
You can’t perform that action at this time.
0 commit comments