From 131bb014a86b30aa7addf28707955be497a94d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Thu, 5 Aug 2021 19:22:55 -0400 Subject: [PATCH] Deactivate test on s390x and armv7hl --- rust-rend.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust-rend.spec b/rust-rend.spec index 281a94c..198597a 100644 --- a/rust-rend.spec +++ b/rust-rend.spec @@ -1,5 +1,11 @@ # Generated by rust2rpm 18 +# Deactivate test on armv7hl and s390x due to undeclare type +# https://github.com/rkyv/rend/issues/2 +%ifarch s390x armv7hl +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate rend