From a493a3d833f026df268691019d19a8acefcc7cc4 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Mon, 30 Mar 2026 18:46:23 +0100 Subject: [PATCH] Reduce debuginfo level on s390x Signed-off-by: Michel Lind --- rust-coreutils.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust-coreutils.spec b/rust-coreutils.spec index 77a85dc..92818bf 100644 --- a/rust-coreutils.spec +++ b/rust-coreutils.spec @@ -1,6 +1,11 @@ # Generated by rust2rpm 28 %bcond check 1 +%ifarch s390x +# the default setting causes the build to get killed +%global rustflags_debuginfo 1 +%endif + %global crate coreutils Name: rust-coreutils