temporarily disable doctests on aarch64

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

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 2.7.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Structured, extensible, composable logging for Rust
# Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0
@ -271,10 +271,19 @@ which use "std" feature of "%{crate}" crate.
%if %{with check}
%check
%ifnarch aarch64
%cargo_test
%else
# rustdoc fails to compile some doctests on aarch64
# https://bugzilla.redhat.com/show_bug.cgi?id=1902663
%cargo_test -- --lib
%endif
%endif
%changelog
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-2
- Temporarily disable doctests on aarch64.
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-1
- Update to version 2.7.0.
- Fixes RHBZ#1902585

Loading…
Cancel
Save