Don't run tests on armv7hl/aarch64 since they have timeout problems

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-03-27 15:07:46 -04:00
parent a1c7344d3a
commit cf16e8f73e
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3

View File

@ -12,7 +12,7 @@
Name: libmodulemd Name: libmodulemd
Version: %{libmodulemd_version} Version: %{libmodulemd_version}
Release: 1%{?dist} Release: 2%{?dist}
Summary: Module metadata manipulation library Summary: Module metadata manipulation library
License: MIT License: MIT
@ -155,9 +155,9 @@ export MMD_SKIP_VALGRIND=1
export MMD_SKIP_VALGRIND=1 export MMD_SKIP_VALGRIND=1
%endif %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. # performance on the builders and often these time out.
%ifnarch %{arm} %ifnarch %{arm} aarch64
%meson_test %meson_test
%endif %endif
@ -227,6 +227,9 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
%{_datadir}/gtk-doc/html/modulemd-1.0/ %{_datadir}/gtk-doc/html/modulemd-1.0/
%changelog %changelog
* Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-2
- Don't run tests on armv7hl/aarch64 since they have timeout problems
* Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-1 * Wed Mar 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.2.2-1
- Update to libmodulemd 2.2.2 - Update to libmodulemd 2.2.2
- Add support for python2 on RHEL and Fedora < 31 - Add support for python2 on RHEL and Fedora < 31