temporarily disable doc tests on armv7hl

epel9
Fabio Valentini 4 years ago
parent 2fa330e326
commit 259bb30020
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.8.3 Version: 0.8.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Utilities for concurrent programming Summary: Utilities for concurrent programming
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -106,10 +106,19 @@ which use "std" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch %{arm}
# one of the doc tests fails on armv7hl
# https://github.com/crossbeam-rs/crossbeam/issues/668
%cargo_test -- --lib
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-2
- Temporarily disable doc tests on armv7hl.
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1 * Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
- Update to version 0.8.3. - Update to version 0.8.3.
- Fixes RHBZ#1931105 - Fixes RHBZ#1931105

Loading…
Cancel
Save