Simon Lees
1d2d480ba0
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
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">10</size>
|
|
</disk>
|
|
</hardware>
|
|
</constraints>
|