Accepting request 528870 from GNOME:Next

1

OBS-URL: https://build.opensuse.org/request/show/528870
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=151
This commit is contained in:
Bjørn Lie 2017-09-26 19:38:10 +00:00 committed by Git OBS Bridge
parent 68c003b058
commit f6c19b0ecd
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 26 18:42:03 UTC 2017 - zaitor@opensuse.org
- Add ulimit -Sv 2000000 entry before build, set ~2 GiB limit so
that colprof is forced to work in chunks when generating the
print profile rather than trying to allocate a 3.1 GiB chunk of
RAM to put the entire B-to-A tables in.
-------------------------------------------------------------------
Mon Sep 11 14:05:14 UTC 2017 - zaitor@opensuse.org

View File

@ -142,6 +142,11 @@ there are no users logged in.
%setup -q
%build
# Set ~2 GiB limit so that colprof is forced to work in chunks when
# generating the print profile rather than trying to allocate a 3.1 GiB
# chunk of RAM to put the entire B-to-A tables in.
ulimit -Sv 2000000
%meson \
-Denable-session-example=false \
-Denable-bash-completion=true \