From 6699af7d3b53d1ce585eac7e351125aa2f35ec8f Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 28 Feb 2019 20:29:19 -0800 Subject: [PATCH] Disable debuginfo on s390x (oom-kill) --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index e99d77d..d4135cf 100644 --- a/rust.spec +++ b/rust.spec @@ -472,7 +472,7 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1 %global common_libdir %{_prefix}/lib %global rustlibdir %{common_libdir}/rustlib -%ifarch %{arm} %{ix86} +%ifarch %{arm} %{ix86} s390x # full debuginfo is exhausting memory; just do libstd for now # https://github.com/rust-lang/rust/issues/45854 %if (0%{?fedora} && 0%{?fedora} < 27) || (0%{?rhel} && 0%{?rhel} <= 7)