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
This commit is contained in:
Simon Lees 2021-07-06 08:30:35 +00:00 committed by Git OBS Bridge
parent cadfabf7ca
commit 1d2d480ba0
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<constraints>
<hardware>
<disk>
<size unit="G">9</size>
<size unit="G">10</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 5 15:41:15 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Increase the disk space needed in the _constraints file
from 9G to 10G.
-------------------------------------------------------------------
Mon Jun 21 20:18:44 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>