Dominique Leuenberger 2017-07-30 09:20:28 +00:00 committed by Git OBS Bridge
parent cdf41d9ed8
commit 079012a6ce
3 changed files with 13 additions and 12 deletions

View File

@ -4,18 +4,8 @@
<size unit="G">7</size>
</disk>
<memory>
<size unit="G">7</size>
<size unit="G">9</size>
</memory>
<processors>4</processors>
</hardware>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">7</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 10 09:56:30 UTC 2017 - mlin@suse.com
- Raise memory size to 9G and drop overwrite part of s390z build,
we didn't have build s390x at all. (bsc#1047896)
- Make it -j4 for all archtectures: do not run too many parallel that
would costs more memory.
-------------------------------------------------------------------
Sat Jul 1 08:03:22 UTC 2017 - lbeltrame@kde.org

View File

@ -254,7 +254,10 @@ export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
%endif
QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 -Wl,--reduce-memory-overheads"
%make_jobs
# do not run too many parallel jobs, per bigger memory size worker it uses more
# parallel then cost more memory. hardcode it -j4 to match the constraints minumum
# processors.
make -j4 VERBOSE=1
%install
%qmake5_install