From 0ed81d53463e43307395014581e7c0c37c5a4b75 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 20 Oct 2022 12:53:11 +0300 Subject: [PATCH] Test 4 times out on riscv64 [..] 80% tests passed, 1 tests failed out of 5 Total Test time (real) = 1500.23 sec The following tests FAILED: 4 - OpenEXR.IlmImf (Timeout) RPM build errors: [..] Signed-off-by: David Abdurachmanov --- openexr2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openexr2.spec b/openexr2.spec index 889b97b..94a9ba8 100644 --- a/openexr2.spec +++ b/openexr2.spec @@ -4,7 +4,7 @@ Name: %{pkgname} Version: 2.5.7 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: Provides the specification and reference implementation of the EXR file format License: BSD @@ -102,7 +102,7 @@ rm -rf %{buildroot}%{_docdir}/OpenEXR/ %check # Test 4 currently fails on aarch64 and sometimes times out on armv7hl # https://github.com/AcademySoftwareFoundation/openexr/issues/876 -%ifnarch armv7hl aarch64 s390x i686 ppc64le +%ifnarch armv7hl aarch64 s390x i686 ppc64le riscv64 %ctest %endif @@ -122,6 +122,9 @@ rm -rf %{buildroot}%{_docdir}/OpenEXR/ %changelog +* Thu Oct 20 2022 David Abdurachmanov - 2.5.7-2.0.riscv64 +- Test 4 timesout of riscv64 too + * Fri Jul 22 2022 Fedora Release Engineering - 2.5.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild