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:
parent
a1c7344d3a
commit
cf16e8f73e
@ -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 <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
|
||||
- Update to libmodulemd 2.2.2
|
||||
- Add support for python2 on RHEL and Fedora < 31
|
||||
|
Loading…
Reference in New Issue
Block a user