SHA256
14
0
forked from pool/python-uv

Accepting request 1217233 from home:Andreas_Schwab:Factory

- Adjust memory constraints

OBS-URL: https://build.opensuse.org/request/show/1217233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=15
This commit is contained in:
2024-10-23 08:16:42 +00:00
committed by Git OBS Bridge
parent 3efed86239
commit 07cc18dc2d
2 changed files with 25 additions and 0 deletions

View File

@@ -5,5 +5,25 @@
<size unit="G">16</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">19</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">21</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 22 12:29:59 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Adjust memory constraints
-------------------------------------------------------------------
Thu Oct 17 08:09:23 UTC 2024 - Adrian Schröter <adrian@suse.de>