- Reduce _constraints to actual lower bound, limit number of jobs with memory_per_job and limit_build macro. - Remove some unused build dependencies. OBS-URL: https://build.opensuse.org/request/show/1040466 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/sfcgal?expand=0&rev=38
16 lines
389 B
XML
16 lines
389 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">5</size>
|
|
</memory>
|
|
<!-- Cannot use the correct value, rejects too many workers
|
|
otherwise. See spec file/limit_build -->
|
|
<memoryperjob>
|
|
<size unit="M">1100</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
<sandbox>kvm</sandbox>
|
|
<hostlabel exclude="true">SLOW_CPU</hostlabel>
|
|
</constraints>
|