public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nss] rawhide: Add parallel as BuildRequires to speed up ssl_gtests
@ 2026-08-21 11:21
0 siblings, 0 replies; only message in thread
From: @ 2026-08-21 11:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nss
Branch : rawhide
Commit : 18d0ce9de6bd64839e29e63f402279cd2138592f
Author : Krenželok František <fkrenzel@redhat.com>
Date : 2026-08-19T11:26:08+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nss/c/18d0ce9de6bd64839e29e63f402279cd2138592f?branch=rawhide
Log:
Add parallel as BuildRequires to speed up ssl_gtests
ssl_gtests.sh detects the 'parallel' binary and shards gtest cases
across all available CPU cores automatically; without it the tests
run sequentially.
---
diff --git a/nss.spec b/nss.spec
index 8c94cb7..4bd5132 100644
--- a/nss.spec
+++ b/nss.spec
@@ -82,6 +82,7 @@ BuildRequires: gawk
BuildRequires: psmisc
BuildRequires: perl-interpreter
BuildRequires: gcc-c++
+BuildRequires: parallel
Source0: https://ftp.mozilla.org/pub/security/nss/releases/%{nss_release_tag}/src/%{nss_nspr_archive}.tar.gz
Source1: nss-util.pc.in
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 11:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 11:21 [rpms/nss] rawhide: Add parallel as BuildRequires to speed up ssl_gtests
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox