Ignore test suite failures on riscv64

Currently gethostbyname is not working.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-10-04 13:09:07 +03:00
parent 8e628e1519
commit 916c38601c
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: netcdf
Version: 4.9.0
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
Summary: Libraries for the Unidata network Common Data Form
License: NetCDF
@ -248,11 +248,12 @@ done
%check
# Set to 1 to fail if tests fail
%ifarch %{ix86} s390x
%ifarch %{ix86} s390x riscv64
# tst_filter fails on s390x
# https://github.com/Unidata/netcdf-c/issues/1338
# i686 - Testing parallel I/O with zlib compression...malloc(): invalid size (unsorted)
# https://github.com/Unidata/netcdf-c/issues/1685
# riscv64 has a broken gethostbyname
fail=0
%else
fail=1
@ -387,6 +388,9 @@ done
%changelog
* Tue Oct 04 2022 David Abdurachmanov <davidlt@rivosinc.com> - 4.9.0-3.0.riscv64
- Ignore test suite failures on riscv64 (gethostbyname broken)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild