1
0
forked from rpm/alex

Accepting request 843223 from openSUSE:Factory:RISCV

- Add memory constraints for riscv64

OBS-URL: https://build.opensuse.org/request/show/843223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/alex?expand=0&rev=96
This commit is contained in:
Peter Simons 2020-10-23 19:28:24 +00:00 committed by Git OBS Bridge
parent eccc9b4d4a
commit cb5bd668b6
2 changed files with 17 additions and 0 deletions

12
_constraints Normal file
View File

@ -0,0 +1,12 @@
<constraints>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">15</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 21 12:51:40 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Add memory constraints for riscv64
-------------------------------------------------------------------
Tue Aug 18 10:43:42 UTC 2020 - Peter Simons <psimons@suse.com>