From 256c5d4ea13bc87ccf07c6813059479c198fdbd2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 May 2020 12:12:07 +0100 Subject: [PATCH] Disable graphviz. --- Goalfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 2b562ad..7f3a309 100644 --- a/Goalfile +++ b/Goalfile @@ -21,12 +21,17 @@ let fedora-rebuild-name = "OCaml 4.11.0+dev2-2020-04-22 rebuild" # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", + + # Several problems with the s390 builds: + # https://pagure.io/koji/issue/1974 + # Cannot download toplink/packages/openblas/0.3.9/2.fc33/s390x/openblas-threads64-0.3.9-2.fc33.s390x.rpm: All mirrors were tried + "graphviz", ] # All OCaml-related source package names let other-packages = [ "alt-ergo", "apron", "brltty", "coccinelle", - "graphviz", "haxe", "hevea", "hivex", + "haxe", "hevea", "hivex", "laby", "libguestfs", "libnbd", "opam", -- 1.8.3.1