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 1FB491580B9 for ; Sun, 22 Aug 2021 02:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D45E08F4; Sun, 22 Aug 2021 02:01:00 +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 685F1E01B5 for ; Sun, 22 Aug 2021 02:01:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB73D342A1D for ; Sun, 22 Aug 2021 02:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DDF486D for ; Sun, 22 Aug 2021 02:00:57 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1629595057.81bbeb81cbb0124225d7cac889b81d54a4e6b802.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nanos6/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/nanos6/nanos6-2.6-r1.ebuild X-VCS-Directories: sys-cluster/nanos6/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 81bbeb81cbb0124225d7cac889b81d54a4e6b802 X-VCS-Branch: dev Date: Sun, 22 Aug 2021 02:00:57 +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: 29553cd7-0991-4b3b-80be-4778ea2b46ac X-Archives-Hash: c9aff9e1ef5ad195c26ec65b5722ad2b commit: 81bbeb81cbb0124225d7cac889b81d54a4e6b802 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Aug 22 00:13:50 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Aug 22 01:17:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bbeb81 sys-cluster/nanos6: add and restrict tests Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/nanos6/nanos6-2.6-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/nanos6/nanos6-2.6-r1.ebuild b/sys-cluster/nanos6/nanos6-2.6-r1.ebuild index ca6d8f985..c5fef5c02 100644 --- a/sys-cluster/nanos6/nanos6-2.6-r1.ebuild +++ b/sys-cluster/nanos6/nanos6-2.6-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-version-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="debug dlb execution-workflow extrae memkind mercurium papi unwind" +IUSE="debug dlb execution-workflow extrae memkind mercurium papi test unwind" #jemalloc require custom stuff #TODO: cuda pqos babeltrace2 #TODO: llvm-libunwind @@ -34,6 +34,10 @@ RDEPEND=" # jemalloc? ( dev-libs/jemalloc ) DEPEND="${RDEPEND}" +# https://github.com/bsc-pm/nanos6/issues/3 +RESTRICT="test" +#RESTRICT="!test? ( test )" + src_prepare() { default eautoreconf