Accepting request 927260 from home:Guillaume_G:branches:mozilla:Factory
- Increase memory required per threads for aarch64 to avoid OOM OBS-URL: https://build.opensuse.org/request/show/927260 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=611
This commit is contained in:
parent
d9c01b1222
commit
54d0229e37
@ -7,6 +7,11 @@ Fri Oct 22 21:27:02 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
* several bugfixes as outlined in release notes
|
||||
https://www.thunderbird.net/en-US/thunderbird/91.2.1/releasenotes/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 09:16:01 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Increase memory required per threads for aarch64 to avoid OOM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 13:23:29 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -392,7 +392,7 @@ echo "export MOZ_REQUIRE_SIGNING="
|
||||
echo ""
|
||||
cat << EOF
|
||||
%else
|
||||
%ifarch ppc64 ppc64le
|
||||
%ifarch aarch64 ppc64 ppc64le
|
||||
%limit_build -m 2500
|
||||
%else
|
||||
%limit_build -m 2000
|
||||
|
Loading…
Reference in New Issue
Block a user