From dd7a7dca92e3e4e05804c643e56f311f3f3d7481 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Aug 2017 12:24:27 +0100 Subject: [PATCH] Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602) --- ocaml.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 77d4999..a495201 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -20,14 +20,15 @@ %global test_arches aarch64 %{power64} x86_64 # These are the architectures for which the tests must pass otherwise # the build will fail. -%global test_arches_required aarch64 %{power64} x86_64 +# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602 +%global test_arches_required %{power64} x86_64 # Architectures where parallel builds fail. %global no_parallel_build_arches aarch64 Name: ocaml Version: 4.04.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml compiler and programming environment @@ -453,6 +454,9 @@ fi %changelog +* Sat Aug 05 2017 Richard W.M. Jones - 4.04.2-4 +- Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602) + * Thu Aug 03 2017 Fedora Release Engineering - 4.04.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild