libreoffice/_constraints
Tomáš Chvátal e3c8784527 Accepting request 418289 from home:dimstar:Factory
- Update _constraints file: set the 25GB HDD / 4GB RAM limit as
  general requirement (global) which only aarch64 overrides at the
  moment. Prior, there was no 'default' limit set and all archs
  were exceptions.

This helps at least ppc64le, which was not part of the limit group and
attempted to build on a 4.5GB worker - unsuccessful.

Any new arch appering will be bound to the same, new, global limits now.

OBS-URL: https://build.opensuse.org/request/show/418289
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=423
2016-08-10 12:54:18 +00:00

26 lines
452 B
Plaintext

<constraints>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">2000</size>
</physicalmemory>
<disk>
<size unit="G">15</size>
</disk>
</hardware>
</overwrite>
</constraints>