public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocm-compilersupport] epel10: Handle rpm compress with high core low memory
Date: Tue, 09 Jun 2026 23:06:59 GMT	[thread overview]
Message-ID: <178104641969.1.12713478362593719717.rpms-rocm-compilersupport-7ec2660322a7@fedoraproject.org> (raw)

            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}

                 reply	other threads:[~2026-06-09 23:06 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=178104641969.1.12713478362593719717.rpms-rocm-compilersupport-7ec2660322a7@fedoraproject.org \
    --to=tom.rix@amd.com \
    --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