Disable tests on ppc64le for 4.3.1

There's a ppc64le-only test failure in lwt.unix. However this
test failure seems to go away in 4.4.0; I'm going to bring 4.3.1
to F31 (so I wanted to get it building in Rawhide first) and then
update Rawhide to 4.4.0. Once that's done, tests can be turned
back on.
This commit is contained in:
Ben Rosser 2019-10-15 10:36:11 -04:00
parent 9f17e4cc75
commit a867d24fc6
1 changed files with 7 additions and 2 deletions

View File

@ -118,9 +118,14 @@ dune install --profile=release --destdir %{buildroot}
rm -rf %{buildroot}/%{_prefix}/doc
%check
# In LWT 4.2.1 / OCaml 4.08 the tests fail because it can't find
# Ast_helper. It seems like this might be a problem with LWT itself.
# As of lwt 4.3.1, a test fails on ppc64le. The same test
# seems to succeed on 4.4.0. Thus, I've temporarily disabled
# the tests on ppc64le just to get things working in F31 again--
# this can go away once the package in Rawhide gets updated
# to 4.4.0.
%ifnarch ppc64le
dune runtest --profile=release
%endif
%files
%doc CHANGES README.md