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
|
%cmake_install
|
||||||
|
|
||||||
%check
|
%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
|
%files devel
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user