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/rocprim] epel10: Use the test list for testing
Date: Thu, 11 Jun 2026 12:46:49 GMT	[thread overview]
Message-ID: <178118200975.1.8242310174936608661.rpms-rocprim-2fc415ea64a9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocprim
            Branch : epel10
            Commit : 2fc415ea64a9b72f2ee029d5239a5517b8e5937c
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-04-21T05:12:11-07:00
            Stats  : +6/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocprim/c/2fc415ea64a9b72f2ee029d5239a5517b8e5937c?branch=epel10

            Log:
            Use the test list for testing

The test build is very slow, reduce the gpus so copr build
will not time out.

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

---
diff --git a/rocprim.spec b/rocprim.spec
index 244344e..f27b2b9 100644
--- a/rocprim.spec
+++ b/rocprim.spec
@@ -74,7 +74,13 @@
 %global build_type RelWithDebInfo
 %endif
 
+# Building the rocprim tests is extreemly slow, cut down what we build
+%if %{with test}
+%global gpu_list %{rocm_gpu_list_test}
+%else
 %global gpu_list %{rocm_gpu_list_default}
+%endif
+
 %global _gpu_list gfx1100
 
 Name:           rocprim%{pkg_suffix}

                 reply	other threads:[~2026-06-11 12: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=178118200975.1.8242310174936608661.rpms-rocprim-2fc415ea64a9@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