commit: 7c5a33cf4c6ab34cadcf79c33da1e4f306374813 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 12:21:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 11 12:21:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5a33cf
dev-lang/rust: set `dist` profile for 1.84.0 Bug: https://github.com/rust-lang/rust/issues/135358 Closes: https://bugs.gentoo.org/947897 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/rust/rust-1.84.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/rust/rust-1.84.0.ebuild b/dev-lang/rust/rust-1.84.0.ebuild index eea611477e90..f07d34111b3e 100644 --- a/dev-lang/rust/rust-1.84.0.ebuild +++ b/dev-lang/rust/rust-1.84.0.ebuild @@ -271,6 +271,8 @@ src_configure() { local cm_btype="$(usex debug DEBUG RELEASE)" cat <<- _EOF_ > "${S}"/config.toml + # https://github.com/rust-lang/rust/issues/135358 (bug #947897) + profile = "dist" [llvm] download-ci-llvm = false optimize = $(toml_usex !debug)
