skip a test that does not work on 32-bit architectures

epel9
Fabio Valentini 4 years ago
parent 29185cbf2f
commit a71173a651
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Cross-platform Rust API for memory-mapped file IO Summary: Cross-platform Rust API for memory-mapped file IO
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -67,10 +67,18 @@ which use "default" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch %{arm} %{ix86}
# skip a test that does not work on 32-bit architectures
%cargo_test -- -- --skip map_offset
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-2
- Skip a test that does not work on 32-bit architectures.
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1 * Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Update to version 0.3.0. - Update to version 0.3.0.
- Fixes RHBZ#1909435 - Fixes RHBZ#1909435

Loading…
Cancel
Save