From d7fbaf96479d22d58895ec31812dedaa4ba31aa7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 13 May 2022 23:24:10 +0200 Subject: [PATCH] Skip doctests due to problems with LLVM 14 on armv7hl and LLVM 12 on i686 * https://bugzilla.redhat.com/show_bug.cgi?id=2086106 * https://bugzilla.redhat.com/show_bug.cgi?id=2020861 --- rust-encoding_rs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-encoding_rs.spec b/rust-encoding_rs.spec index 04dd28c..9563e88 100644 --- a/rust-encoding_rs.spec +++ b/rust-encoding_rs.spec @@ -207,7 +207,8 @@ use the "serde" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * doctests fail to compile on armv7hl with LLVM 14 and on i686 with LLVM 12 +%cargo_test -- --lib %endif %changelog