public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/highfive] rawhide: skip three tests on RISC-V
@ 2026-07-17 16:28 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-17 16:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/highfive
Branch : rawhide
Commit : 9671ccbb1a1b516295a1e112cc63411b1c5f85b5
Author : Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
Date   : 2026-07-17T11:57:20+02:00
Stats  : +7/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/highfive/c/9671ccbb1a1b516295a1e112cc63411b1c5f85b5?branch=rawhide

Log:
skip three tests on RISC-V

---
diff --git a/highfive.spec b/highfive.spec
index 0572ab6..9da5d64 100644
--- a/highfive.spec
+++ b/highfive.spec
@@ -119,8 +119,15 @@ CXXFLAGS="${CXXFLAGS} -Wno-deprecated-declarations"
 
 %check
 %if %{with tests}
+
+# on RISC-V we do not get (0-byte long) files needed for those tests to pass
+# they pass if we fake files
+%ifarch riscv64
+%ctest -VV -E "^(test_boost_NOT_BUILT|test_opencv_NOT_BUILT|test_xtensor_NOT_BUILT)"
+%else
 %ctest -VV
 %endif
+%endif
 
 
 %files devel

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

only message in thread, other threads:[~2026-07-17 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 16:28 [rpms/highfive] rawhide: skip three tests on RISC-V Marcin Juszkiewicz

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