From 0548903372eb2dfdc9a38835a8c8fac1a24a25e3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Jan 2020 22:08:20 +0000 Subject: [PATCH] List blocked packages explicitly for now. Until we get blocked functionality working. --- Goalfile | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/Goalfile b/Goalfile index c5154fa..16e63e1 100644 --- a/Goalfile +++ b/Goalfile @@ -15,12 +15,29 @@ let rebuild-name = "OCaml 4.09.0 for riscv64" # Packages that are blocked. Any dependent packages are also blocked # automatically. -let blocked = [ "ocaml-camlp4" ] +# XXX Not implemented, use ignore for now. +#let blocked = [ "ocaml-camlp4" ] # Packages that are ignored, which means they are treated as if # they have been rebuilt. -#let ignored = [ "ocaml-srpm-macros", "ocaml" ] -let ignored = [ "ocaml-srpm-macros" ] +let ignored = [ "ocaml-srpm-macros", "ocaml", + # These ones are only needed because blocked is not working + "ocaml-camlp4", + "cduce", + "guestfs-browser", + "ocaml-bin-prot", + "ocaml-bisect", + "ocaml-bitstring", + "ocaml-deriving", + "ocaml-json-static", + "ocaml-mikmatch", + "ocaml-openin", + "ocaml-pa-monad", + "ocaml-pgocaml", + "ocaml-sexplib", + "ocaml-type-conv", + "ocamldsort", +] # All OCaml-related source package names let other-packages = [ -- 1.8.3.1