SHA256
1
0
forked from pool/ShellCheck

Accepting request 597096 from home:Guillaume_G:branches:devel:languages:haskell

- Add _constraints to avoid OOM error on aarch64 which needs lots of RAM.

OBS-URL: https://build.opensuse.org/request/show/597096
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ShellCheck?expand=0&rev=30
This commit is contained in:
2018-04-16 16:20:27 +00:00
committed by Git OBS Bridge
parent 974a1eca0e
commit 4d9cbed61f
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 12 10:15:44 UTC 2018 - guillaume@opensuse.org
- Add _constraints to avoid OOM error with a special case for
aarch64 which needs lots of RAM.
-------------------------------------------------------------------
Thu Apr 12 08:31:43 UTC 2018 - psimons@suse.com

18
_constraints Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<disk>
<size unit="M">2500</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">11</size>
</memory>
</hardware>
</overwrite>
</constraints>