public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Disable parallel build to avoid out of memory issues on koji builders
@ 2026-06-25 5:49 Rich Mattes
0 siblings, 0 replies; only message in thread
From: Rich Mattes @ 2026-06-25 5:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : cd05c3691ec1906f43947839646616213c5be830
Author : Rich Mattes <richmattes@gmail.com>
Date : 2012-08-16T18:28:41-04:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/cd05c3691ec1906f43947839646616213c5be830?branch=f44
Log:
Disable parallel build to avoid out of memory issues on koji builders
---
diff --git a/pcl.spec b/pcl.spec
index a98c474..848071d 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -92,7 +92,9 @@ pushd build
-DCMAKE_SKIP_RPATH=ON \
..
-make %{?_smp_mflags}
+# Don't use mflags, we're hitting out of memory errors on the koji builders
+make
+#%{?_smp_mflags}
make doc
popd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 5:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 5:49 [rpms/pcl] f44: Disable parallel build to avoid out of memory issues on koji builders Rich Mattes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox