From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2CA51580E0 for ; Tue, 28 Jan 2025 12:21:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC46C343064 for ; Tue, 28 Jan 2025 12:21:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1AD27110471; Tue, 28 Jan 2025 12:21:33 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 10BB6110471 for ; Tue, 28 Jan 2025 12:21:33 +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 B0481342FEC for ; Tue, 28 Jan 2025 12:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F02C232D for ; Tue, 28 Jan 2025 12:21:31 +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: <1738066735.0966fc6cbc9c730c8a45dcd5ff299d5d9c091be7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uutils-coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild X-VCS-Directories: sys-apps/uutils-coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0966fc6cbc9c730c8a45dcd5ff299d5d9c091be7 X-VCS-Branch: master Date: Tue, 28 Jan 2025 12:21:31 +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: 45b5b96d-19dc-443e-9304-dfaa5cfeab44 X-Archives-Hash: 85779a7cdcd40589e3a0fcffbf3a4d1e commit: 0966fc6cbc9c730c8a45dcd5ff299d5d9c091be7 Author: Sam James gentoo org> AuthorDate: Tue Jan 28 12:18:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 12:18:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0966fc6c sys-apps/uutils-coreutils: set NEXTEST_TEST_THREADS Otherwise, test execution jobs use all available cores. Signed-off-by: Sam James gentoo.org> sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild | 3 ++- sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild index e62645b6edfa..89cac79fa4c6 100644 --- a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild +++ b/sys-apps/uutils-coreutils/uutils-coreutils-0.0.29.ebuild @@ -312,7 +312,7 @@ CRATES=" zopfli@0.8.1 " -inherit cargo flag-o-matic +inherit cargo flag-o-matic multiprocessing DESCRIPTION="GNU coreutils rewritten in Rust" HOMEPAGE="https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils" @@ -400,6 +400,7 @@ src_compile() { src_test() { local -x RUST_BACKTRACE=full + local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)" # Nicer output for nextest vs test emake "${makeargs[@]}" \ diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild index e62645b6edfa..89cac79fa4c6 100644 --- a/sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild +++ b/sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild @@ -312,7 +312,7 @@ CRATES=" zopfli@0.8.1 " -inherit cargo flag-o-matic +inherit cargo flag-o-matic multiprocessing DESCRIPTION="GNU coreutils rewritten in Rust" HOMEPAGE="https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils" @@ -400,6 +400,7 @@ src_compile() { src_test() { local -x RUST_BACKTRACE=full + local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)" # Nicer output for nextest vs test emake "${makeargs[@]}" \