X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=3bd6c8583078c81d93246388fa6c0d7d80b52cb8;hb=e049819feae6f2ec42b63a7f58eb524ff75e3e5e;hp=c63832fcd5b8b18461e00f2875d08323ae8bd4f5;hpb=35930e14be6f3c0401df989709dd654275117c30;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index c63832f..3bd6c85 100644 --- a/Goalfile +++ b/Goalfile @@ -6,10 +6,6 @@ let fedora-dir = "%HOME/d/fedora" let fedora-branch = "master" let fedora-tag = "f33-build-side-19773" -let koji = "koji" -#let koji = "koji -p riscv64" -let fedpkg = "fedpkg" -#let fedpkg = "fedpkg --user-config %HOME/d/fedora-ocaml-rebuild/fedpkg-user-config" # The magic string that must appear in %changelog when the # package has been rebuilt. @@ -30,7 +26,7 @@ let fedora-ignored = [ let other-packages = [ "alt-ergo", "apron", "brltty", "graphviz", "hevea", "hivex", - "libguestfs", "libnbd", "nbdkit", + "libguestfs", "libnbd", "opam", "plplot", "virt-top", "virt-v2v", @@ -47,7 +43,13 @@ let other-packages = [ # Coccinelle uses -unsafe-string. # "coccinelle", + + # Causes a cyclic dependency between libnbd <-> nbdkit. We need + # to fix this in goals itself, but in the meantime disable nbdkit + # and build it by hand. + # "nbdkit", ] + pure function get-source-packages () returning strings = { cd %fedora-dir for f in ocaml* %other-packages; do