SHA256
14
0
forked from pool/python-uv

- build needs 28G memory on s390x - adjust _constraints

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=49
This commit is contained in:
2025-05-12 06:32:04 +00:00
committed by Git OBS Bridge
parent 93aff0a0d6
commit 49bc277519
2 changed files with 15 additions and 0 deletions

View File

@@ -25,5 +25,15 @@
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">28</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 10 16:36:30 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>
- build needs 28G memory on s390x - adjust _constraints
-------------------------------------------------------------------
Fri May 9 10:59:10 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>