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:
@@ -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
18
_constraints
Normal 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>
|
Reference in New Issue
Block a user