Accepting request 509783 from KDE:Qt5
1 OBS-URL: https://build.opensuse.org/request/show/509783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwebengine?expand=0&rev=22
This commit is contained in:
parent
cdf41d9ed8
commit
079012a6ce
12
_constraints
12
_constraints
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user