mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Support nightly 2026-05-24
This commit is contained in:
parent
5676d5f763
commit
a42a64e37a
@ -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"
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user