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 C03F21580E0 for ; Tue, 28 Jan 2025 12:21:41 +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 A95D634309C for ; Tue, 28 Jan 2025 12:21:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4C40F110473; Tue, 28 Jan 2025 12:21:33 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3D3C8110473 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 EBAEE34305A 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 333102503 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: <1738066777.47d26bf91bb8316af1aba96f51cb70b8296c9210.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pkgcraft/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild sys-libs/pkgcraft/pkgcraft-9999.ebuild X-VCS-Directories: sys-libs/pkgcraft/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47d26bf91bb8316af1aba96f51cb70b8296c9210 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: 51bb7239-df17-4a70-bca5-bc7fd5f2073d X-Archives-Hash: a79d67ab4bce93d3384cc518c9ce1668 commit: 47d26bf91bb8316af1aba96f51cb70b8296c9210 Author: Sam James gentoo org> AuthorDate: Tue Jan 28 12:19:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 28 12:19:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d26bf9 sys-libs/pkgcraft: set NEXTEST_TEST_THREADS Otherwise, test execution jobs use all available cores. Signed-off-by: Sam James gentoo.org> sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild | 6 ++++-- sys-libs/pkgcraft/pkgcraft-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild b/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild index 493dc396d011..5ef300f81b23 100644 --- a/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ CRATES=" " RUST_MIN_VER="1.77.1" -inherit edo cargo flag-o-matic toolchain-funcs +inherit edo cargo flag-o-matic multiprocessing toolchain-funcs DESCRIPTION="C library for pkgcraft" HOMEPAGE="https://pkgcraft.github.io/" @@ -75,6 +75,8 @@ src_test() { # pkgcraft-c. cd "${WORKDIR}"/${P} || die + local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)" + # Need nextest per README (separate processes required) # Invocation from https://github.com/pkgcraft/pkgcraft/blob/main/.github/workflows/ci.yml#L56 edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests diff --git a/sys-libs/pkgcraft/pkgcraft-9999.ebuild b/sys-libs/pkgcraft/pkgcraft-9999.ebuild index 493dc396d011..5ef300f81b23 100644 --- a/sys-libs/pkgcraft/pkgcraft-9999.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ CRATES=" " RUST_MIN_VER="1.77.1" -inherit edo cargo flag-o-matic toolchain-funcs +inherit edo cargo flag-o-matic multiprocessing toolchain-funcs DESCRIPTION="C library for pkgcraft" HOMEPAGE="https://pkgcraft.github.io/" @@ -75,6 +75,8 @@ src_test() { # pkgcraft-c. cd "${WORKDIR}"/${P} || die + local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)" + # Need nextest per README (separate processes required) # Invocation from https://github.com/pkgcraft/pkgcraft/blob/main/.github/workflows/ci.yml#L56 edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests