SHA256
1
0
forked from pool/stellarium
Files
stellarium/_constraints
Peter Simons a43cdbb323 Accepting request 1069733 from home:adkorte
- 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
2023-03-20 19:39:17 +00:00

11 lines
166 B
Plaintext

<constraints>
<hardware>
<disk>
<size unit="G">8</size>
</disk>
<memory>
<size unit="G">16</size>
</memory>
</hardware>
</constraints>