libreoffice/_constraints
Petr Mladek 366b18fbd4 - add _constrains to force build on hosts with enough memory (4GB physical RAM,
6GB RAM including swap), and disk space (20GB)
- print some information about the build environment: free, df, configure
  setting result

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=42
2013-07-26 10:13:02 +00:00

14 lines
246 B
Plaintext

<constraints>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<memory>
<size unit="M">6000</size>
</memory>
<disk>
<size unit="G">20</size>
</disk>
</hardware>
</constraints>