File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
host-x86_64/dist-x86_64-freebsd Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ COPY scripts/cmake.sh /scripts/
2929RUN /scripts/cmake.sh
3030
3131ENV \
32- AR_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -ar \
33- CC_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -clang \
34- CXX_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -clang++
32+ AR_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -ar \
33+ CC_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -clang \
34+ CXX_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -clang++
3535
3636ENV HOSTS=x86_64-unknown-freebsd
3737
Original file line number Diff line number Diff line change 55
66arch=$1
77binutils_version=2.40
8- freebsd_version=12.3
9- triple=$arch -unknown-freebsd12
8+ freebsd_version=13.4
9+ triple=$arch -unknown-freebsd13
1010sysroot=/usr/local/$triple
1111
1212hide_output () {
5959
6060# Originally downloaded from:
6161# 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
62+ URL=https://ci-mirrors.rust-lang.org/rustc/2024-09-13 -freebsd-${freebsd_version} -${freebsd_arch} -base.txz
6363curl " $URL " | tar xJf - -C " $sysroot " --wildcards " ${files_to_extract[@]} "
6464
6565# Clang can do cross-builds out of the box, if we give it the right
You can’t perform that action at this time.
0 commit comments