From 31d0091d370fe8ac782d3dbea0aca64d87d3e873 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 2 Mar 2022 13:48:38 +0100 Subject: [PATCH] Revert temporary workarounds for rustc 1.59 issues on s390x This reverts commit dc312913f3eeeac7abbef9a616c6892cdc5ee861. --- rust-clap_derive.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rust-clap_derive.spec b/rust-clap_derive.spec index 5016c1b..b28e913 100644 --- a/rust-clap_derive.spec +++ b/rust-clap_derive.spec @@ -69,23 +69,15 @@ use the "debug" feature of the "%{crate}" crate. %cargo_generate_buildrequires %build -%ifnarch s390x -# * temporary workaround for rustc 1.59 issues on s390x -# https://bugzilla.redhat.com/show_bug.cgi?id=2058803 %cargo_build -%endif %install %cargo_install %if %{with check} %check -%ifnarch s390x -# * temporary workaround for rustc 1.59 issues on s390x -# https://bugzilla.redhat.com/show_bug.cgi?id=2058803 %cargo_test %endif -%endif %changelog %autochangelog