Don't run tests on 32-bit ARM due to performance issues causing timeouts
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
6d5b8af223
commit
3f8ef7d467
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
Version: %{libmodulemd_version}
|
Version: %{libmodulemd_version}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Module metadata manipulation library
|
Summary: Module metadata manipulation library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -116,7 +116,11 @@ 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
|
||||||
|
# performance on the builders and often these time out.
|
||||||
|
%ifnarch %{arm}
|
||||||
%meson_test
|
%meson_test
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -173,6 +177,9 @@ ln -s libmodulemd.so.%{libmodulemd_v1_version} \
|
|||||||
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
%{_datadir}/gtk-doc/html/modulemd-1.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.1.0-4
|
||||||
|
- Don't run tests on 32-bit ARM due to performance issues causing timeouts
|
||||||
|
|
||||||
* Fri Mar 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.1.0-3
|
* Fri Mar 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.1.0-3
|
||||||
- Have python3-libmodulemd1 properly Obsolete libmodulemd and
|
- Have python3-libmodulemd1 properly Obsolete libmodulemd and
|
||||||
python3-libmodulemd < 2.
|
python3-libmodulemd < 2.
|
||||||
|
Loading…
Reference in New Issue
Block a user