SHA256
1
0
forked from pool/arti

Accepting request 1123510 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Add _constraints file to avoid build failures

OBS-URL: https://build.opensuse.org/request/show/1123510
OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=4
This commit is contained in:
Eyad Issa 2023-11-06 16:11:21 +00:00 committed by Git OBS Bridge
parent 9ded46113e
commit c7dc21ccc4
2 changed files with 15 additions and 0 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<memoryperjob>
<size unit="G">4</size>
</memoryperjob>
<disk>
<size unit="G">30</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 30 12:37:00 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add _constraints file to avoid build failures
-------------------------------------------------------------------
Wed Oct 25 21:58:30 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>