SHA256
1
0
forked from pool/llvm

Accepting request 415875 from home:michel_mno:branches:devel:tools:compiler

- for ppc64le set memory to 4GB in _constraints file
  (failure in Factory:PowerPC)

OBS-URL: https://build.opensuse.org/request/show/415875
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=462
This commit is contained in:
Ismail Dönmez 2016-07-29 16:41:26 +00:00 committed by Git OBS Bridge
parent 6fb8fb31b7
commit d9fd413efa
2 changed files with 16 additions and 0 deletions

View File

@ -16,4 +16,14 @@
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
<size unit="M">4096</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 28 09:59:01 UTC 2016 - normand@linux.vnet.ibm.com
- for ppc64le set memory to 4GB in _constraints file
(failure in Factory:PowerPC)
-------------------------------------------------------------------
Wed Jul 13 12:26:46 UTC 2016 - schwab@suse.de