forked from pool/postgresql14
9592d75205
- boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround OBS-URL: https://build.opensuse.org/request/show/941425 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=25
14 lines
245 B
XML
14 lines
245 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>s390x</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">12</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|