From 342e582283f9a9746c92970259280497b672f73a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 3 Apr 2020 13:29:03 +0100 Subject: [PATCH] Ignore laby which FTBFS --- Goalfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Goalfile b/Goalfile index 8d19932..9da8611 100644 --- a/Goalfile +++ b/Goalfile @@ -27,7 +27,7 @@ let fedora-ignored = [ let other-packages = [ "alt-ergo", "apron", "brltty", "coccinelle", "graphviz", "haxe", "hevea", "hivex", - "laby", "libguestfs", "libnbd", "opam", + "libguestfs", "libnbd", "opam", "virt-top", "virt-v2v", "z3", @@ -43,6 +43,9 @@ let other-packages = [ # https://bugzilla.redhat.com/show_bug.cgi?id=1797853 # "plplot", + + # https://bugzilla.redhat.com/show_bug.cgi?id=1799570 + #"laby", ] pure function get-source-packages () returning strings = { -- 1.8.3.1