- 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
30 lines
538 B
XML
30 lines
538 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4000</size>
|
|
</memory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>armv6l</arch>
|
|
<arch>armv7l</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">768</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc64le</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="M">4096</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|