Accepting request 726478 from home:michel_mno:branches:devel:libraries:c_c++

-  Add _constraints for PowerPC to avoid OOM at build time

OBS-URL: https://build.opensuse.org/request/show/726478
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libaio?expand=0&rev=40
This commit is contained in:
Marcus Meissner 2019-09-09 12:34:45 +00:00 committed by Git OBS Bridge
parent 3c975cac3a
commit 2f16338cab
2 changed files with 18 additions and 0 deletions

13
_constraints Normal file
View File

@ -0,0 +1,13 @@
<constraints>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">4096</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 27 08:41:21 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints for PowerPC to avoid OOM at build time
-------------------------------------------------------------------
Wed Jul 31 12:37:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>