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:
parent
68c003b058
commit
f6c19b0ecd
@ -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
|
Mon Sep 11 14:05:14 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -142,6 +142,11 @@ there are no users logged in.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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 \
|
%meson \
|
||||||
-Denable-session-example=false \
|
-Denable-session-example=false \
|
||||||
-Denable-bash-completion=true \
|
-Denable-bash-completion=true \
|
||||||
|
Loading…
Reference in New Issue
Block a user