We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df19eb1 commit c7285bdCopy full SHA for c7285bd
src/ci/docker/scripts/freebsd-toolchain.sh
@@ -59,7 +59,7 @@ done
59
60
# Originally downloaded from:
61
# URL=https://download.freebsd.org/ftp/releases/${freebsd_arch}/${freebsd_version}-RELEASE/base.txz
62
-URL=https://ci-mirrors.rust-lang.org/rustc/2022-05-06-freebsd-${freebsd_version}-${freebsd_arch}-base.txz
+URL=https://ci-mirrors.rust-lang.org/rustc/2024-02-18-freebsd-${freebsd_version}-${freebsd_arch}-base.txz
63
curl "$URL" | tar xJf - -C "$sysroot" --wildcards "${files_to_extract[@]}"
64
65
# Clang can do cross-builds out of the box, if we give it the right
0 commit comments