Merge branch 'fix-rust-redownloads' into 'master'

Fix rustup keep redownloading

See merge request redox-os/redox!1791
This commit is contained in:
Jeremy Soller 2025-12-29 06:57:19 -07:00
commit ea31586221

View File

@ -10,7 +10,7 @@ BINUTILS_BRANCH=redox-2.43.1
GCC_BRANCH=redox-13.2.0
LIBTOOL_VERSION=2.5.4
# official RISC-V support introduced in newer version
UPSTREAM_RUSTC_VERSION="2025-11-15"
UPSTREAM_RUSTC_VERSION=2025-11-15
export PREFIX_RUSTFLAGS=-L $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX_INSTALL)