Support nightly 2026-05-24

This commit is contained in:
Jeremy Soller 2026-05-25 17:12:04 -06:00
parent 5676d5f763
commit a42a64e37a
4 changed files with 4 additions and 5 deletions

View File

@ -45,7 +45,7 @@
overlays = [ rust-overlay.overlays.default ]; overlays = [ rust-overlay.overlays.default ];
}; };
rust-bin = pkgs.rust-bin.nightly."2025-10-03".default.override { rust-bin = pkgs.rust-bin.nightly."2026-05-24".default.override {
extensions = [ extensions = [
"rust-analyzer" "rust-analyzer"
"rust-src" "rust-src"

View File

@ -26,8 +26,7 @@ LIBCURL_TARGET=recipes/net/download/curl/target/$(HOST_TARGET)/$(TARGET)
LIBGCC_TARGET=recipes/libs/libgcc/target/$(TARGET) LIBGCC_TARGET=recipes/libs/libgcc/target/$(TARGET)
LIBCPP_TARGET=recipes/libs/libstdcxx/target/$(TARGET) LIBCPP_TARGET=recipes/libs/libstdcxx/target/$(TARGET)
# official RISC-V support introduced in newer version UPSTREAM_RUSTC_VERSION=2026-05-24
UPSTREAM_RUSTC_VERSION=2025-11-15
export PREFIX_RUSTFLAGS=-L $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib export PREFIX_RUSTFLAGS=-L $(ROOT)/$(PREFIX_INSTALL)/$(TARGET)/lib
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX_INSTALL) export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX_INSTALL)

View File

@ -1,6 +1,6 @@
[source] [source]
git = "https://gitlab.redox-os.org/redox-os/rust.git" git = "https://gitlab.redox-os.org/redox-os/rust.git"
branch = "redox-2025-10-03" branch = "redox-2026-05-24"
shallow_clone = true shallow_clone = true
[build] [build]

View File

@ -1,4 +1,4 @@
[toolchain] [toolchain]
channel = "nightly-2025-10-03" channel = "nightly-2026-05-24"
components = ["rust-src", "rustfmt", "clippy"] components = ["rust-src", "rustfmt", "clippy"]
profile = "minimal" profile = "minimal"