Skip to content

Commit

Permalink
rust-1.82 needs a fixed rust-1.81 bootstrap to build on riscv64
Browse files Browse the repository at this point in the history
1.81.0 bootstrap built with
rust-lang/rust@99e6a28
to workaround rust-lang/rust#129268

Help from and ok semarie@ (maintainer)
  • Loading branch information
jcourreges committed Nov 11, 2024
1 parent a071f03 commit 7e73e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DISTNAME = rustc-${V}-src
BV-aarch64 = 1.82.0
BV-amd64 = 1.82.0
BV-powerpc64 = 1.65.0-20221213
BV-riscv64 = 1.81.0
BV-riscv64 = 1.81.0-20241110
BV-sparc64 = 1.81.0
BV = ${BV-${MACHINE_ARCH}}

Expand Down
4 changes: 2 additions & 2 deletions lang/rust/distinfo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SHA256 (rust/rustc-1.82.0-src.tar.xz) = Enagu4+hIoi6b6lll9KLQOdMRCV8BR07wCwrBJuzghA=
SHA256 (rust/rustc-bootstrap-aarch64-1.82.0.tar.lz) = J3s+mPly0MHuLnQ/UijAE1/2RtIgfWL4mn3yTyzPSio=
SHA256 (rust/rustc-bootstrap-amd64-1.82.0.tar.lz) = 7poaKncno3UCvw1mKyHqvmNJSOUl3KlWH3qb8yK6Guo=
SHA256 (rust/rustc-bootstrap-riscv64-1.81.0.tar.lz) = g9k+ZFanKDdIUJ+WtzOnl6Y6S8y8OWBGP3zW3mA4qAU=
SHA256 (rust/rustc-bootstrap-riscv64-1.81.0-20241110.tar.lz) = icUoqB4iNSRWR9f0Qjrifpy/dHxZgIB0jYnAzX9p6I0=
SHA256 (rust/rustc-bootstrap-sparc64-1.81.0.tar.lz) = klyaKee66QYsNo85/wJ701PqP2I6obggbneN/zdyVPo=
SIZE (rust/rustc-1.82.0-src.tar.xz) = 219769328
SIZE (rust/rustc-bootstrap-aarch64-1.82.0.tar.lz) = 81631781
SIZE (rust/rustc-bootstrap-amd64-1.82.0.tar.lz) = 87699784
SIZE (rust/rustc-bootstrap-riscv64-1.81.0.tar.lz) = 83301033
SIZE (rust/rustc-bootstrap-riscv64-1.81.0-20241110.tar.lz) = 83317122
SIZE (rust/rustc-bootstrap-sparc64-1.81.0.tar.lz) = 91168688

0 comments on commit 7e73e41

Please sign in to comment.