public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ghc-OpenGLRaw] rawhide: avoid using more than 64 cores
@ 2026-07-20 8:50 Jens Petersen
0 siblings, 0 replies; only message in thread
From: Jens Petersen @ 2026-07-20 8:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ghc-OpenGLRaw
Branch : rawhide
Commit : 8af4c8072a8d263e366895fba79c03f3fc4f7d71
Author : Jens Petersen <petersen@redhat.com>
Date : 2026-07-17T19:17:42+08:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ghc-OpenGLRaw/c/8af4c8072a8d263e366895fba79c03f3fc4f7d71?branch=rawhide
Log:
avoid using more than 64 cores
gcc: builderMainLoop: pipe: resource exhausted (Too many open files)
---
diff --git a/ghc-OpenGLRaw.spec b/ghc-OpenGLRaw.spec
index 52d3f35..55dc132 100644
--- a/ghc-OpenGLRaw.spec
+++ b/ghc-OpenGLRaw.spec
@@ -5,6 +5,10 @@
%global pkgver %{pkg_name}-%{version}
%{?haskell_setup}
+# -j192 caused:
+# gcc: builderMainLoop: pipe: resource exhausted (Too many open files)
+%global _smp_ncpus_max 64
+
Name: ghc-%{pkg_name}
Version: 3.3.4.1
Release: %autorelease
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 8:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 8:50 [rpms/ghc-OpenGLRaw] rawhide: avoid using more than 64 cores Jens Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox