From e9b20b4460edf85afac2c96e06fd808ecc651a9b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 2 May 2018 23:48:35 +0200 Subject: [PATCH] Mark riscv64 as lowmem_builder Even on SiFive board with 8G RAM + -j 4 we run out of memory killing the build. Signed-off-by: David Abdurachmanov --- ceph.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 58c1716..f95c3ca 100644 --- a/ceph.spec +++ b/ceph.spec @@ -33,7 +33,7 @@ %else %bcond_without tcmalloc %endif -%ifnarch armv7hl +%ifnarch armv7hl riscv64 %bcond_with lowmem_builder %else %if 0%{?rhel} @@ -86,7 +86,7 @@ ################################################################################# Name: ceph Version: 12.2.5 -Release: 1.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 1 %endif @@ -1798,6 +1798,9 @@ exit 0 %changelog +* Tue May 02 2018 David Abdurachmanov - 1:12.2.5-1.1.riscv64 +- Mark riscv64 as lowmem_builder + * Tue May 01 2018 David Abdurachmanov - 1:12.2.5-1.0.riscv64 - Enable riscv64