Use ifnarch + %{arm} properly for arch filtering
This commit is contained in:
parent
d71ad350ba
commit
107b041e00
4
lld.spec
4
lld.spec
@ -80,9 +80,7 @@ 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
|
||||
%ifnarch %{arm}
|
||||
make -C %{_target_platform} %{?_smp_mflags} check-lld
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user