Stephan Kulow 2014-09-12 08:03:30 +00:00 committed by Git OBS Bridge
parent 758b5a1be3
commit 660759ade4
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<constraints> <constraints>
<hardware> <hardware>
<memory> <memory>
<size unit="G">4</size> <size unit="G">5</size>
</memory> </memory>
</hardware> </hardware>
</constraints> </constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 9 08:06:26 UTC 2014 - coolo@suse.com
- disable parallal build - it's too unreliable (due to memory pressure
on OBS workers)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 28 14:20:37 UTC 2014 - dmitry_r@opensuse.org Thu Aug 28 14:20:37 UTC 2014 - dmitry_r@opensuse.org

View File

@ -143,7 +143,7 @@ sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' docs/doxyg
%build %build
%cmake \ %cmake \
-DCMAKE_SHARED_LINKER_FLAGS="" -DCMAKE_SHARED_LINKER_FLAGS=""
make %{?_smp_mflags} make -j1
%install %install
%cmake_install %cmake_install