X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=553b0b3a99d859e7124791acb588641fe4d16635;hb=2f54e410b4a6e51554ff21b6f96d51bdc63d8089;hp=650f211e5f4d3b0695e5c35b44e89b160251bc2c;hpb=2cec8696c1c4b14abff13b6f9a1c64be30ec8c48;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index 650f211..553b0b3 100644 --- a/Goalfile +++ b/Goalfile @@ -4,13 +4,13 @@ include "fedora.gl" let fedora-dir = "%HOME/d/fedora" -#let fedora-branch = "master" -let fedora-branch = "f32" -let fedora-tag = "f32-build-side-19863" +let fedora-branch = "master" +#let fedora-branch = "f32" +let fedora-tag = "f33-build-side-21752" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 4.10.0 final (Fedora 32)." +let fedora-rebuild-name = "OCaml 4.11.0 pre-release" # Packages that are blocked. Any dependent packages are also blocked # automatically. @@ -25,23 +25,18 @@ let fedora-ignored = [ # All OCaml-related source package names let other-packages = [ - "alt-ergo", "apron", "brltty", - "graphviz", "hevea", "hivex", - "libguestfs", "libnbd", + "alt-ergo", "apron", "brltty", "coccinelle", + "graphviz", "haxe", "hevea", "hivex", + "laby", + "libguestfs", "libnbd", "opam", + "utop", "virt-top", "virt-v2v", "z3", - # no OCaml code, but needs to be rebuilt after Coq - #"flocq" - - # Coq problems: - # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/6I2CB4KNAZXH6TKX5WQZJ3ZQGBIOCNJK/ - # "coq", "frama-c", "gappalib-coq", - # "why3", "zenon", - # "flocq", - - # Coccinelle uses -unsafe-string. - # "coccinelle", + # For Coq: + "coq", "frama-c", "gappalib-coq", + "why3", "zenon", + "flocq", # Causes a cyclic dependency between libnbd <-> nbdkit. We need # to fix this in goals itself, but in the meantime disable nbdkit @@ -50,9 +45,6 @@ let other-packages = [ # https://bugzilla.redhat.com/show_bug.cgi?id=1797853 # "plplot", - - # FTBFS because of a missing dependency. - # "opam", ] pure function get-source-packages () returning strings = {