From 851bd28bd189eaebb360e2bcbcd1f7f29f90685f Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 25 Jan 2022 16:03:07 +0100 Subject: [PATCH] Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006 --- rust-skim.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/rust-skim.spec b/rust-skim.spec index f2b8153..3cd5004 100644 --- a/rust-skim.spec +++ b/rust-skim.spec @@ -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 \ No newline at end of file +%autochangelog