From d71ad350ba216793cbdd0a836438d75ec49b76a0 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 21 Mar 2019 19:48:31 +0000 Subject: [PATCH] Temporarily disable tests on armv7 Probable gcc bug, waiting for it to be fixed. --- lld.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lld.spec b/lld.spec index f08faa7..aa763b1 100644 --- a/lld.spec +++ b/lld.spec @@ -78,7 +78,13 @@ chrpath --delete %{buildroot}%{_libdir}/*.so* %check + +# armv7lhl tests disabled because of arm issue, see https://koji.fedoraproject.org/koji/taskinfo?taskID=33660162 +%ifarch armv7lhl +true +%else make -C %{_target_platform} %{?_smp_mflags} check-lld +%endif %ldconfig_scriptlets libs