Don't run valgrind on s390x

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2018-12-12 08:30:50 -05:00
parent 5500b7840f
commit 88a95b7d8e
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -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