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 EADEB158086 for ; Wed, 15 Dec 2021 07:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7DA42BC00B; Wed, 15 Dec 2021 07:50:30 +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 8345B2BC00B for ; Wed, 15 Dec 2021 07:50:29 +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 310E5343690 for ; Wed, 15 Dec 2021 07:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A725C132 for ; Wed, 15 Dec 2021 07:50:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639554617.ac360346dfc69f2686ea24c66789032fc07341b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/mold/mold-9999.ebuild X-VCS-Directories: sys-devel/mold/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac360346dfc69f2686ea24c66789032fc07341b9 X-VCS-Branch: master Date: Wed, 15 Dec 2021 07:50:25 +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: e4c71e22-796c-42ed-97e2-2ebda1f49d17 X-Archives-Hash: dd5f7b54c6d1c4b7d07a803b11ca964e commit: ac360346dfc69f2686ea24c66789032fc07341b9 Author: Sam James gentoo org> AuthorDate: Wed Dec 15 07:50:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 15 07:50:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac360346 sys-devel/mold: tweak running tests again for 9999 Signed-off-by: Sam James gentoo.org> sys-devel/mold/mold-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 3f25d6ac3628..5a9defd4225d 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -48,7 +48,10 @@ src_compile() { } src_test() { - emake -C test -f Makefile.linux test + emake \ + SYSTEM_TBB=1 \ + SYSTEM_MIMALLOC=1 \ + check } src_install() {