- Reintroduce memory-contraints macro %limit_build -m 2500.
Constraint memoryperjob is allowing too small workers for the jobs it provides. OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=40
This commit is contained in:
committed by
Git OBS Bridge
parent
d5bcf2af2e
commit
cd9a4d1bec
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 8 07:00:15 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
||||||
|
|
||||||
|
- Reintroduce memory-contraints macro %limit_build -m 2500.
|
||||||
|
Constraint memoryperjob is allowing too small workers for
|
||||||
|
the jobs it provides.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 05:08:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
Thu May 6 05:08:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
||||||
|
|
||||||
|
@@ -39,6 +39,7 @@ BuildRequires: libboost_thread-devel
|
|||||||
BuildRequires: libcgal-devel
|
BuildRequires: libcgal-devel
|
||||||
BuildRequires: libqscintilla-qt5-devel
|
BuildRequires: libqscintilla-qt5-devel
|
||||||
BuildRequires: libspnav-devel
|
BuildRequires: libspnav-devel
|
||||||
|
BuildRequires: memory-constraints
|
||||||
BuildRequires: opencsg-devel
|
BuildRequires: opencsg-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
@@ -64,6 +65,9 @@ aspects, e.g. modelling of machine parts.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%qmake5 PREFIX=%{_prefix} CONFIG+=qopenglwidget CONFIG+=c++14
|
%qmake5 PREFIX=%{_prefix} CONFIG+=qopenglwidget CONFIG+=c++14
|
||||||
|
# As of 08.05.2021, memoryperjob constraint is not working correctly,
|
||||||
|
# so limit memory per job here.
|
||||||
|
%limit_build -m 2500
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user