public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-compilersupport] epel10: Handle rpm compress with high core low memory
@ 2026-06-09 23:06 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-09 23:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocm-compilersupport
            Branch : epel10
            Commit : 7ec2660322a7e1028c480babc7337c0375ffc168
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-03-06T16:06:53-08:00
            Stats  : +4/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-compilersupport/c/7ec2660322a7e1028c480babc7337c0375ffc168?branch=epel10

            Log:
            Handle rpm compress with high core low memory

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/rocm-compilersupport.spec b/rocm-compilersupport.spec
index d38188f..ed155e5 100644
--- a/rocm-compilersupport.spec
+++ b/rocm-compilersupport.spec
@@ -53,8 +53,10 @@
 
 # Compression type and level for source/binary package payloads.
 #  "w7T0.xzdio"	xz level 7 using %%{getncpus} threads
-%global _source_payload w7T0.xzdio
-%global _binary_payload w7T0.xzdio
+# T0 (auto detect) can fail if cores are high and memory low
+# Use 6 threads, between OpenSUSE (4) and Fedora (8) build system defaults
+%global _source_payload w7T6.xzdio
+%global _binary_payload w7T6.xzdio
 
 %bcond_with compat
 %if %{with compat}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 23:06 [rpms/rocm-compilersupport] epel10: Handle rpm compress with high core low memory Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox