Enable tests on i686, arm and aarch64.
This commit is contained in:
parent
2a305a7ae8
commit
dccc793866
@ -4,13 +4,9 @@
|
|||||||
%if %{defined libguestfs_runtests}
|
%if %{defined libguestfs_runtests}
|
||||||
%global runtests %{libguestfs_runtests}
|
%global runtests %{libguestfs_runtests}
|
||||||
%else
|
%else
|
||||||
%ifnarch aarch64 %{arm} %{ix86} ppc %{power64}
|
%ifnarch ppc %{power64}
|
||||||
%global runtests 1
|
%global runtests 1
|
||||||
%else
|
%else
|
||||||
# Disabled on 32 bit x86. Fails with current rawhide, unclear why.
|
|
||||||
# Disabled on arm, see RHBZ#1066581.
|
|
||||||
# Disabled on aarch64 because it requires qemu or supermin to uncompress
|
|
||||||
# the kernel.
|
|
||||||
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
# Disabled on ppc, ppc64 (secondary arches), see RHBZ#1036742.
|
||||||
%global runtests 0
|
%global runtests 0
|
||||||
%endif
|
%endif
|
||||||
@ -1382,6 +1378,8 @@ rm -r $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- Enable tests on i686, arm and aarch64.
|
||||||
|
|
||||||
* Fri Aug 7 2015 Pino Toscano <ptoscano@redhat.com> - 1:1.31.1-3
|
* Fri Aug 7 2015 Pino Toscano <ptoscano@redhat.com> - 1:1.31.1-3
|
||||||
- Make libguestfs-tools-c recommend libguestfs-xfs, as the default filesystem
|
- Make libguestfs-tools-c recommend libguestfs-xfs, as the default filesystem
|
||||||
is XFS so we want tools to work on XFS by default.
|
is XFS so we want tools to work on XFS by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user