forked from pool/stellarium
- Update _constraints to require at least 8 GB of disk and 16 GB of memory. Also require at least 4 GB of memory per build job to prevent running out of memory on build servers with lots of cores/threads. - Add dependency on the newly introduced INDI 1.x package. Since Stellarium doesn't support INDI 2.x, we need to depend on this temporary package until INDI 2.x is fully supported. (boo#1207852) OBS-URL: https://build.opensuse.org/request/show/1069733 OBS-URL: https://build.opensuse.org/package/show/Education/stellarium?expand=0&rev=145
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">8</size>
|
|
</disk>
|
|
<memory>
|
|
<size unit="G">16</size>
|
|
</memory>
|
|
</hardware>
|
|
</constraints>
|