Disable tests on 32bit

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

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

Loading…
Cancel
Save