commit: 3e79b4fdb86877d73cbd33ae19dc4eb1be6a1ea5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 4 06:51:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 06:51:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e79b4fd
profiles/arch/x86: mask >=dev-lang/rust-1.74.1[lto] Miscompiles rust and fails to bootstrap. Closes: https://bugs.gentoo.org/923278 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9fcadcb3a176..88ff6cd06d25 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-03-04) +# Miscompiles rust and fails to bootstrap (bug #923278) +>=dev-lang/rust-1.74.1 lto + # Leonardo Hernández Hernández <[email protected]> (2024-02-23) # net-libs/paho-mqtt-c is only available for amd64 and x86 app-admin/syslog-ng -mqtt
