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 <davidlt@rivosinc.com>
This commit is contained in:
parent
8d431e44f2
commit
0ed81d5346
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 2.5.7
|
Version: 2.5.7
|
||||||
Release: 2%{?dist}
|
Release: 2.0.riscv64%{?dist}
|
||||||
Summary: Provides the specification and reference implementation of the EXR file format
|
Summary: Provides the specification and reference implementation of the EXR file format
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -102,7 +102,7 @@ rm -rf %{buildroot}%{_docdir}/OpenEXR/
|
|||||||
%check
|
%check
|
||||||
# Test 4 currently fails on aarch64 and sometimes times out on armv7hl
|
# Test 4 currently fails on aarch64 and sometimes times out on armv7hl
|
||||||
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
|
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
|
||||||
%ifnarch armv7hl aarch64 s390x i686 ppc64le
|
%ifnarch armv7hl aarch64 s390x i686 ppc64le riscv64
|
||||||
%ctest
|
%ctest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -122,6 +122,9 @@ rm -rf %{buildroot}%{_docdir}/OpenEXR/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 20 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.5.7-2.0.riscv64
|
||||||
|
- Test 4 timesout of riscv64 too
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.7-2
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.7-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user