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:
parent
1355c7e283
commit
450406fe5c
23
_constraints
Normal file
23
_constraints
Normal 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>
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user