Deactivate test on s390x and armv7hl

epel9
Rémi Lauzier 4 years ago
parent 92f36f38ce
commit 68ec917579
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

@ -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}

Loading…
Cancel
Save