SHA256
1
0
forked from pool/ast-grep

- Added ppc64le to the list of architectures (_constraints)

- Increased memory to 8 GB for s390x (_constraints)

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=80
This commit is contained in:
Michael Vetter 2024-08-22 05:37:33 +00:00 committed by Git OBS Bridge
parent f384ae4887
commit f6c2ac1768
2 changed files with 23 additions and 0 deletions

13
_constraints Normal file
View File

@ -0,0 +1,13 @@
<constraints>
<overwrite>
<conditions>
<arch>s390x</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 20 23:25:15 UTC 2024 - Holger Rauch <holger.rauch@posteo.de>
- Added ppc64le to the list of architectures (_constraints)
-------------------------------------------------------------------
Tue Aug 20 17:50:27 UTC 2024 - Holger Rauch <holger.rauch@posteo.de>
- Increased memory to 8 GB for s390x (_constraints)
-------------------------------------------------------------------
Mon Aug 19 06:00:21 UTC 2024 - Michael Vetter <mvetter@suse.com>