From 1efc6734ac679fd22672d3fbebcbfd44415f01e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Fri, 2 Jul 2021 18:49:31 -0400 Subject: [PATCH] Deactivate tests on s390x --- rust-az.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rust-az.spec b/rust-az.spec index f0ff962..481abad 100644 --- a/rust-az.spec +++ b/rust-az.spec @@ -1,5 +1,11 @@ # Generated by rust2rpm 17 +# Float_to_int go infinite on s390x on fedora 33 +# https://gitlab.com/tspiteri/az/-/issues/1 +%ifarch s390x +%bcond_with check +%else %bcond_without check +%endif %global debug_package %{nil} %global crate az