From b27c08e0fe7dd403a2ba662abaf399a8bd975c91 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: May 05 2020 11:51:08 +0000 Subject: Disable tests on s390x. --- diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index dd30fac..5576e01 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -106,7 +106,11 @@ dune build %{?_smp_mflags} @doc %check +# Disabled on s390(x) because: +# https://github.com/gildor478/ounit/issues/18 +%ifnarch s390 s390x dune runtest +%endif %install @@ -207,6 +211,7 @@ find %{buildroot}%{_libdir}/ocaml -name \*.cmxs -exec chmod a+x {} \+ %changelog * Tue May 05 2020 Richard W.M. Jones - 2.2.2-7 - Patch out a failing test. +- Disable tests on s390x. * Tue May 05 2020 Richard W.M. Jones - 2.2.2-6 - OCaml 4.11.0+dev2-2020-04-22 rebuild