8563bdf93b
- boo#1190740: Add constraints file with 8GB memory for s390x as a workaround for a memory issue with LLVM OBS-URL: https://build.opensuse.org/request/show/926787 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=42
20 lines
329 B
XML
20 lines
329 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">4</size>
|
|
</memory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>s390x</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|
|
|