Accepting request 926787 from home:AdaLovelace:branches:openSUSE:Factory:zSystems

- 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
This commit is contained in:
Reinhard Max 2021-10-21 15:47:16 +00:00 committed by Git OBS Bridge
parent 1d2ea82175
commit 8563bdf93b
2 changed files with 25 additions and 0 deletions

19
_constraints Normal file
View File

@ -0,0 +1,19 @@
<?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>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 21 13:24:26 UTC 2021 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- boo#1190740: Add constraints file with 8GB memory for s390x as
a workaround for a memory issue with LLVM
-------------------------------------------------------------------
Mon Sep 27 13:58:17 UTC 2021 - Reinhard Max <max@suse.com>