From 68ec917579ed0e99addecf6e13e1034e069f15b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Thu, 5 Aug 2021 22:13:47 -0400 Subject: [PATCH] Deactivate test on s390x and armv7hl --- rust-rkyv.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rust-rkyv.spec b/rust-rkyv.spec index a1b2870..bb22a96 100644 --- a/rust-rkyv.spec +++ b/rust-rkyv.spec @@ -1,5 +1,11 @@ # Generated by rust2rpm 18 +# Test failed on s390x and armv7hl due to unimplemented trait +# https://github.com/rkyv/rkyv/issues/183 +%ifarch s390x armv7hl +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate rkyv @@ -13,6 +19,9 @@ Summary: Zero-copy deserialization framework for Rust License: MIT URL: https://crates.io/crates/rkyv Source: %{crates_source} +# Initial patched metadata +# Downgrade hashbrown to version 0.9 +Patch0: rkyv-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build}