From cf16e8f73e529f33d63b994c9e2fa236756b8cb3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 27 Mar 2019 15:07:46 -0400 Subject: [PATCH] Don't run tests on armv7hl/aarch64 since they have timeout problems Signed-off-by: Stephen Gallagher --- libmodulemd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libmodulemd.spec b/libmodulemd.spec index 7fdbe57..49e42fe 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -12,7 +12,7 @@ Name: libmodulemd Version: %{libmodulemd_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Module metadata manipulation library License: MIT @@ -155,9 +155,9 @@ export MMD_SKIP_VALGRIND=1 export MMD_SKIP_VALGRIND=1 %endif -# Don't run tests on armv7 for now. There are problems with +# Don't run tests on ARM for now. There are problems with # performance on the builders and often these time out. -%ifnarch %{arm} +%ifnarch %{arm} aarch64 %meson_test %endif @@ -227,6 +227,9 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \ %{_datadir}/gtk-doc/html/modulemd-1.0/ %changelog +* Wed Mar 27 2019 Stephen Gallagher - 2.2.2-2 +- Don't run tests on armv7hl/aarch64 since they have timeout problems + * Wed Mar 27 2019 Stephen Gallagher - 2.2.2-1 - Update to libmodulemd 2.2.2 - Add support for python2 on RHEL and Fedora < 31