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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90B24138359 for ; Wed, 7 Oct 2020 06:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06AFE08FB; Wed, 7 Oct 2020 06:58:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9FA2E08FB for ; Wed, 7 Oct 2020 06:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15531340E42 for ; Wed, 7 Oct 2020 06:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C23A1395 for ; Wed, 7 Oct 2020 06:58:50 +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: <1602053914.f7fbdb5aee17ac87df8799697064c4d2e3cde5be.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.46.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f7fbdb5aee17ac87df8799697064c4d2e3cde5be X-VCS-Branch: master Date: Wed, 7 Oct 2020 06:58:50 +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: 0d650fde-4bdd-4ca4-b3dc-e941190a1dc8 X-Archives-Hash: 7170308c21a0696d01b9fedd971e1832 commit: f7fbdb5aee17ac87df8799697064c4d2e3cde5be Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 7 06:56:51 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 7 06:58:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fbdb5a dev-lang/rust: disable assembly test Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.46.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.46.0.ebuild b/dev-lang/rust/rust-1.46.0.ebuild index 7490fabdab7..d7b1ee49abc 100644 --- a/dev-lang/rust/rust-1.46.0.ebuild +++ b/dev-lang/rust/rust-1.46.0.ebuild @@ -431,10 +431,8 @@ src_test() { run-make ) - # known to fail with system-llvm sometimes - # system-llvm is stable-masked for time-being - # so only test internal one. - use system-llvm || tests+=( assembly ) + # fails if llvm is not built with ALL targets. + # use system-llvm || tests+=( assembly ) # fragile/expensive/less important tests # or tests that require extra build time