Skip to content

Commit 7e73e41

Browse files
committed
rust-1.82 needs a fixed rust-1.81 bootstrap to build on riscv64
1.81.0 bootstrap built with rust-lang/rust@99e6a28 to workaround rust-lang/rust#129268 Help from and ok semarie@ (maintainer)
1 parent a071f03 commit 7e73e41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lang/rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DISTNAME = rustc-${V}-src
1818
BV-aarch64 = 1.82.0
1919
BV-amd64 = 1.82.0
2020
BV-powerpc64 = 1.65.0-20221213
21-
BV-riscv64 = 1.81.0
21+
BV-riscv64 = 1.81.0-20241110
2222
BV-sparc64 = 1.81.0
2323
BV = ${BV-${MACHINE_ARCH}}
2424

lang/rust/distinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SHA256 (rust/rustc-1.82.0-src.tar.xz) = Enagu4+hIoi6b6lll9KLQOdMRCV8BR07wCwrBJuzghA=
22
SHA256 (rust/rustc-bootstrap-aarch64-1.82.0.tar.lz) = J3s+mPly0MHuLnQ/UijAE1/2RtIgfWL4mn3yTyzPSio=
33
SHA256 (rust/rustc-bootstrap-amd64-1.82.0.tar.lz) = 7poaKncno3UCvw1mKyHqvmNJSOUl3KlWH3qb8yK6Guo=
4-
SHA256 (rust/rustc-bootstrap-riscv64-1.81.0.tar.lz) = g9k+ZFanKDdIUJ+WtzOnl6Y6S8y8OWBGP3zW3mA4qAU=
4+
SHA256 (rust/rustc-bootstrap-riscv64-1.81.0-20241110.tar.lz) = icUoqB4iNSRWR9f0Qjrifpy/dHxZgIB0jYnAzX9p6I0=
55
SHA256 (rust/rustc-bootstrap-sparc64-1.81.0.tar.lz) = klyaKee66QYsNo85/wJ701PqP2I6obggbneN/zdyVPo=
66
SIZE (rust/rustc-1.82.0-src.tar.xz) = 219769328
77
SIZE (rust/rustc-bootstrap-aarch64-1.82.0.tar.lz) = 81631781
88
SIZE (rust/rustc-bootstrap-amd64-1.82.0.tar.lz) = 87699784
9-
SIZE (rust/rustc-bootstrap-riscv64-1.81.0.tar.lz) = 83301033
9+
SIZE (rust/rustc-bootstrap-riscv64-1.81.0-20241110.tar.lz) = 83317122
1010
SIZE (rust/rustc-bootstrap-sparc64-1.81.0.tar.lz) = 91168688

0 commit comments

Comments
 (0)