Accepting request 811493 from devel:languages:haskell

- add constraints for memory on riscv64

OBS-URL: https://build.opensuse.org/request/show/811493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bootstrap-helpers?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-06-05 18:18:32 +00:00 committed by Git OBS Bridge
commit 5f05c61761
2 changed files with 22 additions and 0 deletions

17
_constraints Normal file
View File

@ -0,0 +1,17 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">4</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 2 08:11:28 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- add constraints for memory on riscv64
-------------------------------------------------------------------
Sat Jan 18 09:08:42 UTC 2020 - Peter Trommler <ptrommler@icloud.com>