From 334db3cb0dc3dab7cd24b05e56a8ad8939eeeae9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 17 Jul 2022 23:02:16 +0200 Subject: [PATCH] Skip doctests on armv7hl to temporarily work around a test failure --- rust-hashbrown.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust-hashbrown.spec b/rust-hashbrown.spec index 56a34ee..54584f8 100644 --- a/rust-hashbrown.spec +++ b/rust-hashbrown.spec @@ -150,8 +150,14 @@ use the "serde" feature of the "%{crate}" crate. %if %{with check} %check +%ifarch %{arm} +# * some doctests inconsistently fail on armv7hl: +# https://github.com/rust-lang/hashbrown/issues/349 +%cargo_test -- --lib +%else %cargo_test %endif +%endif %changelog %autochangelog