From 1d2d480ba0514d3ef8c1ee94283cbbffc839896e206ffd7f9dc8584dbe511486 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Tue, 6 Jul 2021 08:30:35 +0000 Subject: [PATCH] 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 --- _constraints | 2 +- cmake.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_constraints b/_constraints index 7c55a8c..4988ecd 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 9 + 10 diff --git a/cmake.changes b/cmake.changes index 4585d52..a1416c4 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 5 15:41:15 UTC 2021 - Antonio Larrosa + +- Increase the disk space needed in the _constraints file + from 9G to 10G. + ------------------------------------------------------------------- Mon Jun 21 20:18:44 UTC 2021 - Andreas Stieger