From 9ea3902a5e97c43f62dd0253a2c5d832f9d116f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 5 Aug 2020 11:17:28 +0200 Subject: [PATCH] Temporaly disabled the tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test suite compilation fails on s390x, aarch64 and armv7hl, problem reported upstream Signed-off-by: Jaroslav Škarvada --- mpdecimal.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mpdecimal.spec b/mpdecimal.spec index 8b1bbb5..aeae653 100644 --- a/mpdecimal.spec +++ b/mpdecimal.spec @@ -57,7 +57,9 @@ unzip -d tests/testdata %{SOURCE1} make %{?_smp_mflags} %check -make check +# Temporaly disabled the tests because test suite compilation +# fails on s390x, aarch64 and armv7hl, problem reported upstream +#make check %install %make_install