exclude some tests on ppc64le
This commit is contained in:
parent
a779ca398a
commit
6a8c5174d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user