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 592F3158090 for ; Thu, 26 May 2022 16:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 837C2E07EF; Thu, 26 May 2022 16:36:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6BC70E07EF for ; Thu, 26 May 2022 16:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3405F341237 for ; Thu, 26 May 2022 16:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F244B2 for ; Thu, 26 May 2022 16:36:16 +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: <1653582964.d28e380e81d2eba592d62dbc7879482872917efe.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/metadata.xml X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: d28e380e81d2eba592d62dbc7879482872917efe X-VCS-Branch: master Date: Thu, 26 May 2022 16:36:16 +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: dbb75766-b71f-41c9-bf41-399bdb936136 X-Archives-Hash: 64b1b60618cb6df8fad3f11fbc84c63b commit: d28e380e81d2eba592d62dbc7879482872917efe Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 26 16:05:58 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 26 16:36:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28e380e dev-lang/rust: update metadata with additional information about miri miri is not usually tested with releases, but sometimes it works fine. sometimes it requires minor patches. let users know upfront that it might be broken. Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml index 8bd64a012467..7219757f268d 100644 --- a/dev-lang/rust/metadata.xml +++ b/dev-lang/rust/metadata.xml @@ -12,7 +12,7 @@ Install clippy, Rust code linter Install dist tarballs (used for bootstrapping) - Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly) + Install miri, an interpreter for Rust's mid-level intermediate representation (requires USE=nightly, sometimes is broken) Enable nightly (UNSTABLE) features (NOTE: it does not install nightly version, just enables features marked as nightly at time of release) Build a multi-threaded rustc (experimental, not tested by upstream) Build the profiler runtime and rust-demangler tool (needed for '-C profile-generate' or '-C instrument-coverage' codegen opts) @@ -20,7 +20,7 @@ Install rustfmt, Rust code formatter Install rust-src, needed by developer tools and for build-std (cross) Bootstrap using installed rust compiler - Use the system LLVM install + Use the system LLVM installation Build support for the wasm32-unknown-unknown target