public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Susi Lehtola <jussilehtola@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/multicharge] rawhide: Each tests is parallellized, so the tests should be run sequentially
Date: Wed, 29 Jul 2026 10:46:22 GMT [thread overview]
Message-ID: <178532198263.1.16582232135338673403.rpms-multicharge-d906674f0d79@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/multicharge
Branch : rawhide
Commit : d906674f0d79a5a89dd6072496c7388b2418fec8
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date : 2026-07-29T10:46:13+00:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/multicharge/c/d906674f0d79a5a89dd6072496c7388b2418fec8?branch=rawhide
Log:
Each tests is parallellized, so the tests should be run sequentially
---
diff --git a/multicharge.spec b/multicharge.spec
index 9aba39d..7d27962 100644
--- a/multicharge.spec
+++ b/multicharge.spec
@@ -44,6 +44,10 @@ mv %{buildroot}%{_includedir}/multicharge/gcc-*/*.mod %{buildroot}%{_libdir}/gfo
\rm %{buildroot}%{_libdir}/libmulticharge.a
%check
+# Each test uses OpenMP and threaded BLAS. Running them in parallel
+# oversubscribes the CPUs and makes them time out, so run one test at a time
+# (%%meson_test uses -j${RPM_BUILD_NCPUS}).
+export RPM_BUILD_NCPUS=1
%meson_test
%files
reply other threads:[~2026-07-29 10:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178532198263.1.16582232135338673403.rpms-multicharge-d906674f0d79@fedoraproject.org \
--to=jussilehtola@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox