commit: 3fad21a3b615816a9c5217e4d49ee60cf976dc83 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Nov 13 19:08:31 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Nov 13 19:09:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fad21a3
profiles/arch/riscv: force system-bootstrap for rust-1.65.0 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/arch/riscv/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index cc0ff6691734..162a20ede7df 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -1,6 +1,10 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev <[email protected]> (2022-11-13) +# 1.64 segfaults, so we force 1.65 bootstrapping 1.65 +~dev-lang/rust-1.65.0 system-bootstrap + # matoro <[email protected]> (2022-09-10) # GHC does not support native codegen for riscv at all. # It gains LLVM codegen in 9.2, but we maintain a backport of this,
