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 43E7715814C for ; Wed, 4 Oct 2023 19:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 828922BC0F0; Wed, 4 Oct 2023 19:37:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C7072BC054 for ; Wed, 4 Oct 2023 19:37:50 +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 9BD16335CEC for ; Wed, 4 Oct 2023 19:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2059994 for ; Wed, 4 Oct 2023 19:37:47 +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: <1696447670.b14945d098d2dcf04f6da6debcca26ccf850d467.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nss/nss-3.91.ebuild dev-libs/nss/nss-3.93.ebuild X-VCS-Directories: dev-libs/nss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b14945d098d2dcf04f6da6debcca26ccf850d467 X-VCS-Branch: master Date: Wed, 4 Oct 2023 19:37:47 +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: 52a10b9f-917b-4a2d-ade7-0516f73ca891 X-Archives-Hash: 083aaffb5cfe826718c21a4d53c65b55 commit: b14945d098d2dcf04f6da6debcca26ccf850d467 Author: Sam James gentoo org> AuthorDate: Wed Oct 4 19:14:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 4 19:27:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14945d0 dev-libs/nss: backport NSS_CYCLES testsuite tweak to 3.91/3.93 I tested these so may as well chuck this in, especially for the possible-ESR of 3.91 to make life easier for arch testing etc. Signed-off-by: Sam James gentoo.org> dev-libs/nss/nss-3.91.ebuild | 2 ++ dev-libs/nss/nss-3.93.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-libs/nss/nss-3.91.ebuild b/dev-libs/nss/nss-3.91.ebuild index af7565b1cdfa..3cbea7fe57fa 100644 --- a/dev-libs/nss/nss-3.91.ebuild +++ b/dev-libs/nss/nss-3.91.ebuild @@ -238,6 +238,8 @@ multilib_src_test() { export DOMSUF="localdomain" export USE_IP=TRUE export IP_ADDRESS="127.0.0.1" + # Per README, this is recommended to make run tests quicker. + export NSS_CYCLES="standard" NSINSTALL="${PWD}/$(find -type f -name nsinstall)" diff --git a/dev-libs/nss/nss-3.93.ebuild b/dev-libs/nss/nss-3.93.ebuild index 051c4682bcae..e5b28698782c 100644 --- a/dev-libs/nss/nss-3.93.ebuild +++ b/dev-libs/nss/nss-3.93.ebuild @@ -237,6 +237,8 @@ multilib_src_test() { export DOMSUF="localdomain" export USE_IP=TRUE export IP_ADDRESS="127.0.0.1" + # Per README, this is recommended to make run tests quicker. + export NSS_CYCLES="standard" NSINSTALL="${PWD}/$(find -type f -name nsinstall)"