exclude some tests on ppc64le

This commit is contained in:
Christoph Junghans 2022-01-28 16:16:15 -07:00
parent a779ca398a
commit 6a8c5174d6

View File

@ -45,7 +45,11 @@ This package contains development headers and libraries for the cereal library
%cmake_install
%check
%ctest
# https://github.com/USCiLab/cereal/issues/744
%ifarch ppc64le
%global testargs --exclude-regex '\(test_complex\|test_pod\)'
%endif
%ctest --output-on-failure %{?testargs}
%files devel
%doc README.md