From 8563bdf93b63bd01fcfc9b94d6f4d410f00e6bc0b3093ca96d6c9cd9ac79182d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 21 Oct 2021 15:47:16 +0000 Subject: [PATCH] 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 --- _constraints | 19 +++++++++++++++++++ postgresql13.changes | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..982eb95 --- /dev/null +++ b/_constraints @@ -0,0 +1,19 @@ + + + + + 4 + + + + + s390x + + + + 8 + + + + + diff --git a/postgresql13.changes b/postgresql13.changes index 9549797..2c9a536 100644 --- a/postgresql13.changes +++ b/postgresql13.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 21 13:24:26 UTC 2021 - Sarah Kriesch + +- 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