From 8868602918fb4406b0f487c775aea982e66b01f5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 9 Aug 2019 08:57:04 +0100 Subject: [PATCH] Revert "Disable armv7 temporarily." This reverts commit b3bad1d821082c0b8a93407f5fcaaa580499f4d4. --- ocaml-dune.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 9d4a1d5..a34798a 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -11,10 +11,6 @@ License: MIT and LGPLv2 with exceptions and ISC URL: https://dune.build Source0: https://github.com/ocaml/%{libname}/archive/%{version}/%{libname}-%{version}.tar.gz -# Dune 1.11 fails to build on armv7, see -# https://github.com/ocaml/dune/issues/2527 -ExcludeArch: %{arm} - BuildRequires: ocaml >= 4.02.3 BuildRequires: ocaml-findlib-devel