X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=773505dad8a834915768b404af66fe6c8b816339;hb=cd1332078e18fb1be2691f34d5e4e65432015378;hp=3be286d5c2d6155593937afae269e9a5a5ba5f42;hpb=7119720e6fc6d65ad41fad3bedc6bf4940975bb0;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index 3be286d..773505d 100644 --- a/Goalfile +++ b/Goalfile @@ -12,17 +12,16 @@ let fedora-tag = "f38-build-side-62208" # package has been rebuilt. let fedora-rebuild-name = "Rebuild OCaml packages for F38" +# %fedora-retry-failed: +# If set to 1 then failed builds are retried automatically. +# If set to 0 then failed builds must be manually restarted. +# Normally you want this to be 0. +let fedora-retry-failed = "1" + # Packages that are ignored, which means they are treated as if # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", - - # These use rpmautospec and must be rebuilt by hand for now. - # XXX eventually need to fix stdlib/fedora.gl to deal with these - "ocaml-base64", - "ocaml-dose3", - "ocaml-opam-file-format", - "opam", ] # All OCaml-related source package names @@ -82,7 +81,6 @@ let packages = [ "ocamlify", "ocaml-integers", "ocaml-jane-street-headers", -# "ocaml-jsonm", https://bugzilla.redhat.com/show_bug.cgi?id=1183825 "ocaml-jst-config", "ocaml-lablgl", "ocaml-lablgtk", @@ -137,18 +135,22 @@ let packages = [ "ocaml-ppx-custom-printf", "ocaml-ppx-derivers", "ocaml-ppx-deriving", + "ocaml-ppx-deriving-yaml", "ocaml-ppx-deriving-yojson", "ocaml-ppx-enumerate", "ocaml-ppx-expect", "ocaml-ppx-fields-conv", + "ocaml-ppx-globalize", "ocaml-ppx-hash", "ocaml-ppx-here", + "ocaml-ppx-import", "ocaml-ppx-inline-test", "ocaml-ppx-js-style", "ocaml-ppx-let", "ocaml-ppxlib", "ocaml-ppx-optcomp", "ocaml-ppx-sexp-conv", + "ocaml-ppx-stable-witness", "ocaml-ppx-variants-conv", "ocaml-psmt2-frontend", "ocaml-ptmap", @@ -169,19 +171,23 @@ let packages = [ "ocaml-sqlite", "ocaml-ssl", "ocaml-stdcompat", - "ocaml-stdint", "ocaml-stdio", "ocaml-time-now", "ocaml-topkg", "ocaml-tplib", "ocaml-trie", "ocaml-tyxml", + "ocaml-uucd", + "ocaml-uucp", + "ocaml-uunf", + "ocaml-uuseg", "ocaml-uutf", "ocaml-variantslib", "ocaml-version", "ocaml-xml-light", "ocaml-xmlm", "ocaml-xmlrpc-light", + "ocaml-yaml", "ocaml-yojson", "ocaml-zarith", "ocaml-zed", @@ -207,6 +213,7 @@ let packages = [ "plplot", "prooftree", "supermin", + "swig", "utop", "virt-top", "virt-v2v",