Accepting request 1084970 from home:fcrozat:branches:devel:gcc

- Add _constraints to ensure enough disk and memory are available
  during build.

OBS-URL: https://build.opensuse.org/request/show/1084970
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=33
This commit is contained in:
Andreas Färber 2023-05-10 13:59:18 +00:00 committed by Git OBS Bridge
parent f6f5762cbe
commit 59e4e9ef50
2 changed files with 17 additions and 0 deletions

11
_constraints Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<disk>
<size unit="G">5</size>
</disk>
<physicalmemory>
<size unit="G">3</size>
</physicalmemory>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 5 07:50:27 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
- Add _constraints to ensure enough disk and memory are available
during build.
-------------------------------------------------------------------
Wed Mar 15 09:18:19 UTC 2023 - Martin Liška <mliska@suse.cz>