From 26a3915b1676a34bcf0c1fbcf03c795da45cfce4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 1 Jan 2018 15:00:27 +0100 Subject: [PATCH] ignore test results on ppc64* Signed-off-by: Igor Gnatenko --- rust-sys-info.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rust-sys-info.spec b/rust-sys-info.spec index 416fbc9..1bb011c 100644 --- a/rust-sys-info.spec +++ b/rust-sys-info.spec @@ -48,7 +48,13 @@ which use %{crate} from crates.io. %if %{with check} %check -%cargo_test +# https://github.com/FillZpp/sys-info-rs/issues/25 +%cargo_test \ + %ifarch ppc64 ppc64le + || : + %else + ; + %endif %endif %files devel