public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocprim] epel10: Use the test list for testing
@ 2026-06-11 12:46 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 12:46 UTC (permalink / raw)
  To: git-commits

            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}

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

only message in thread, other threads:[~2026-06-11 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 12:46 [rpms/rocprim] epel10: Use the test list for testing Tom Rix

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