From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF202158093 for ; Sun, 3 Jul 2022 18:41:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB0D1E07F9; Sun, 3 Jul 2022 18:41:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9722EE07F9 for ; Sun, 3 Jul 2022 18:41:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B0B2341BB0 for ; Sun, 3 Jul 2022 18:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BC614FB for ; Sun, 3 Jul 2022 18:41:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1656873692.46d2141f26986965ad75c5e345a6f7f811a23e5c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask profiles/base/package.use.stable.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 46d2141f26986965ad75c5e345a6f7f811a23e5c X-VCS-Branch: master Date: Sun, 3 Jul 2022 18:41:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d51585f1-23ce-4680-bf76-6e15efe46b17 X-Archives-Hash: 5263b560f3b9aafff3184f7d6bced777 commit: 46d2141f26986965ad75c5e345a6f7f811a23e5c Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 3 18:39:52 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 3 18:41:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d2141f profiles/base: mask rust[miri] Bug: https://bugs.gentoo.org/855719 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/base/package.use.mask | 6 ++++++ profiles/base/package.use.stable.mask | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 343667364907..1516394d05ab 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Georgy Yakovlev (2022-07-03) +# miri is known to be broken on release builds from time to time +# most of the time it requires nightly (real nightly) compiler. +# please unmask as needed, may require patching +dev-lang/rust miri + # Michał Górny (2022-07-02) # dev-python/geoip-python is masked for removal. net-p2p/deluge geoip diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index ca177488de12..d7733c3d0733 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -106,7 +106,7 @@ app-emulation/winetricks test # Georgy Yakovlev (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems -dev-lang/rust miri nightly profiler system-bootstrap +dev-lang/rust nightly profiler system-bootstrap # Andreas Sturmlechner (2019-12-09) # Declared experimental, and dev-cpp/websocketpp not stable yet