From ce11f7ac6cc6c4bfe27cdd26738e62fe01eeaa9ab81193cca86c49462e6c75e9 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 29 Sep 2015 06:47:54 +0000 Subject: [PATCH] Accepting request 334669 from devel:ARM:Factory - disable testsuite on aarch64 OBS-URL: https://build.opensuse.org/request/show/334669 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=54 --- orc.changes | 5 +++++ orc.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/orc.changes b/orc.changes index 0907043..8b440c6 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 28 20:27:52 UTC 2015 - dmueller@suse.com + +- disable testsuite on aarch64 + ------------------------------------------------------------------- Thu Jul 9 22:03:42 UTC 2015 - zaitor@opensuse.org diff --git a/orc.spec b/orc.spec index 4a05072..564ba8e 100644 --- a/orc.spec +++ b/orc.spec @@ -96,8 +96,9 @@ find %{buildroot} -type f -name "*.la" -delete -print # Temp disable check on i586 until we have sorted out the i586 fails with upstream (last tested with 0.4.24) # disable also for ppc64le as many changes required in orcprogram-altivec.c +# Testsuite is broken on aarch64 %check -%ifnarch %{arm} || %{ix86} || ppc64le +%ifnarch aarch64 %{arm} %{ix86} ppc64le make check %{?_smp_mflags} %endif