Work around doctest failures caused by codegen issues with LLVM 12

This commit is contained in:
Fabio Valentini 2022-01-25 16:15:37 +01:00
parent 2d8139bc30
commit 9a9f7b6c5d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 12.0.4
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Utility that allows you to count code, quickly
# Upstream license specification: MIT/Apache-2.0
@ -160,10 +160,19 @@ which use "yaml" feature of "%{crate}" crate.
%if %{with check}
%check
%ifarch %{ix86}
# * work around doctest failures caused by codegen issues with LLVM 12:
# https://bugzilla.redhat.com/show_bug.cgi?id=2020861
%cargo_test -a -- --lib
%else
%cargo_test -a
%endif
%endif
%changelog
* Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> - 12.0.4-10
- Work around doctest failures caused by codegen issues with LLVM 12.
* Tue Jan 25 2022 Fabio Valentini <decathorpe@gmail.com> - 12.0.4-9
- Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006.