From 138ce587fac41d1fce1cb94c97271b60a814defc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Thu, 5 Aug 2021 18:43:26 -0400 Subject: [PATCH] Deactivate test on s390x --- rust-bytecheck.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index 0009328..676580d 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -1,5 +1,11 @@ # Generated by rust2rpm 18 +# Test failed on s390x due to invalid value on a char +# https://github.com/rkyv/bytecheck/issues/13 +%ifarch s390x +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate bytecheck