Accepting request 835999 from home:cgiboudeaux:branches:games

Add a _constraints file for ppc64/ppc64le builds.

Now that assimp can be built on ppc64, it appeared it requires
more memory than what the smaller build host provide.

OBS-URL: https://build.opensuse.org/request/show/835999
OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=18
This commit is contained in:
Michael Vetter 2020-09-22 09:10:19 +00:00 committed by Git OBS Bridge
parent 1355c7e283
commit 450406fe5c
2 changed files with 28 additions and 0 deletions

23
_constraints Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<overwrite>
<conditions>
<arch>ppc64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">6</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">4</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 21 17:23:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add a _constraints file for ppc64/ppc64le builds.
-------------------------------------------------------------------
Thu Sep 17 21:04:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>