commit: 25ec14cae2ed7886732cba4ba57f08124896e8a2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Oct 7 15:54:32 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Oct 7 15:58:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ec14ca
profiles/base: mask rust[parallel-compiler] https://github.com/rust-lang/rust/issues/89108 Closes: https://bugs.gentoo.org/813954 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/base/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 59583764a00..5c60dc7cc75 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,15 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Georgy Yakovlev <[email protected]> (2021-10-07) +# parallel-compiler feature is not tested by upstream +# and is not recommended for general usage and may silently +# miscompile code if used (unlikely, but not impossible) +# feel free to unmask, but be prepared to deal with possible bugs +# https://bugs.gentoo.org/813954 +# https://github.com/rust-lang/rust/issues/89108 +dev-lang/rust parallel-compiler + # Stephan Hartmann <[email protected]> (2021-09-16) # Uses a function that is not available in media-video/ffmpeg. >=www-client/chromium-94 system-ffmpeg
