From 42b3c165c6a286712434d693cbe7ef3a01674b46 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Aug 2017 16:15:05 +0100 Subject: [PATCH] Revert "Disable tests on aarch64 (https://caml.inria.fr/mantis/view.php?id=7602)" Reenable these tests. There is a patch which fixes the problem instead. This reverts commit dd7a7dca92e3e4e05804c643e56f311f3f3d7481. --- ocaml.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index a495201..345aff6 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -20,15 +20,14 @@ %global test_arches aarch64 %{power64} x86_64 # These are the architectures for which the tests must pass otherwise # the build will fail. -# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602 -%global test_arches_required %{power64} x86_64 +%global test_arches_required aarch64 %{power64} x86_64 # Architectures where parallel builds fail. %global no_parallel_build_arches aarch64 Name: ocaml Version: 4.04.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml compiler and programming environment