1
0

Accepting request 1069865 from openSUSE:Factory:RISCV

- Limit memory use on riscv64

OBS-URL: https://build.opensuse.org/request/show/1069865
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1041
This commit is contained in:
Wolfgang Rosenauer 2023-03-07 08:46:06 +00:00 committed by Git OBS Bridge
parent 4161893523
commit 5e3b24dd6a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 6 20:09:41 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Limit memory use on riscv64
-------------------------------------------------------------------
Sat Mar 4 16:03:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -405,7 +405,7 @@ EOF
# Done with env-variables.
source ./.obsenv.sh
%ifarch aarch64 %arm ppc64 ppc64le
%ifarch aarch64 %arm ppc64 ppc64le riscv64
%limit_build -m 2500
%endif