From 88a95b7d8e04a5c9c9cb86aa241f7a406aa44ddc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 12 Dec 2018 08:30:50 -0500 Subject: [PATCH] Don't run valgrind on s390x Signed-off-by: Stephen Gallagher --- libmodulemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index df4db56..6eaf9a4 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -105,7 +105,7 @@ Python 3 bindings for libmodulemd1 export LC_CTYPE=C.utf8 -%ifarch %{power64} +%ifarch %{power64} s390x # Valgrind is broken on ppc64[le] with GCC7: # https://bugs.kde.org/show_bug.cgi?id=386945 export MMD_SKIP_VALGRIND=1