Disable tests on 32bit

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent a733f1a381
commit f99467152d
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,9 +1,9 @@
# Generated by rust2rpm 10
# * https://github.com/Geal/nom/issues/966
%if %{__isa_bits} >= 64
%if 0%{?__isa_bits} >= 64
%bcond_without check
%else
%bcond_without check
%bcond_with check
%endif
%global debug_package %{nil}

Loading…
Cancel
Save