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 <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-05-02 23:48:35 +02:00
parent cfb1a6a701
commit e9b20b4460
1 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,7 @@
%else %else
%bcond_without tcmalloc %bcond_without tcmalloc
%endif %endif
%ifnarch armv7hl %ifnarch armv7hl riscv64
%bcond_with lowmem_builder %bcond_with lowmem_builder
%else %else
%if 0%{?rhel} %if 0%{?rhel}
@ -86,7 +86,7 @@
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 12.2.5 Version: 12.2.5
Release: 1.0.riscv64%{?dist} Release: 1.1.riscv64%{?dist}
%if 0%{?fedora} || 0%{?rhel} %if 0%{?fedora} || 0%{?rhel}
Epoch: 1 Epoch: 1
%endif %endif
@ -1798,6 +1798,9 @@ exit 0
%changelog %changelog
* Tue May 02 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:12.2.5-1.1.riscv64
- Mark riscv64 as lowmem_builder
* Tue May 01 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:12.2.5-1.0.riscv64 * Tue May 01 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1:12.2.5-1.0.riscv64
- Enable riscv64 - Enable riscv64