cmake/_constraints
Simon Lees 1d2d480ba0 Accepting request 904228 from home:alarrosa:branches:devel:tools:building
cmake:gui sometimes fails to build with "No space left on device"
errors. Let's try to fix it by increasing the required disk space

- Increase the disk space needed in the _constraints file
  from 9G to 10G.

OBS-URL: https://build.opensuse.org/request/show/904228
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=467
2021-07-06 08:30:35 +00:00

8 lines
110 B
Plaintext

<constraints>
<hardware>
<disk>
<size unit="G">10</size>
</disk>
</hardware>
</constraints>