From 5af9155f742f6eeca45bf0699d47e80bf7d8eaf6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 10 Jan 2020 13:39:52 +0000 Subject: [PATCH 1/1] Ignore some packages which failed to build on riscv64. --- Goalfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Goalfile b/Goalfile index 02c9611..80b4db6 100644 --- a/Goalfile +++ b/Goalfile @@ -37,6 +37,9 @@ let ignored = [ "ocaml-srpm-macros", "ocaml", "ocaml-sexplib", "ocaml-type-conv", "ocamldsort", + + # These ones failed to build on riscv64, ignore them for now. + "apron", "plplot", "ocaml-ulex" ] # All OCaml-related source package names -- 1.8.3.1