60edc37f26
- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit) OBS-URL: https://build.opensuse.org/request/show/257846 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=392
20 lines
350 B
XML
20 lines
350 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>
|
|
</constraints>
|