Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006

This commit is contained in:
Fabio Valentini 2022-01-25 16:03:07 +01:00
parent aaf2eaee13
commit 851bd28bd1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
1 changed files with 5 additions and 8 deletions

View File

@ -124,14 +124,11 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/skim/shell \
%if %{with check}
%check
%ifarch %{arm} %{ix86}
# integer overflow in test code on 32-bit architectures
# https://github.com/lotabout/skim/issues/415
%cargo_test -- -- --skip test_atoi
%else
%cargo_test
%endif
# * integer overflow in test code on 32-bit architectures
# https://github.com/lotabout/skim/issues/415
# * rustc crashes during doctest compilation on aarch64
%cargo_test -- --lib -- --skip test_atoi
%endif
%changelog
%autochangelog
%autochangelog