Accepting request 1002263 from home:Guillaume_G:branches:mozilla:Factory
- Adjust memory requirements to fix build on aarch64 OBS-URL: https://build.opensuse.org/request/show/1002263 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1002
This commit is contained in:
parent
e19b31cbfd
commit
5ffc1b196b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 9 05:59:03 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
- Adjust memory requirements to fix build on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 7 06:50:24 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Wed Sep 7 06:50:24 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -401,7 +401,7 @@ EOF
|
|||||||
source ./.obsenv.sh
|
source ./.obsenv.sh
|
||||||
|
|
||||||
%ifarch aarch64 %arm ppc64 ppc64le
|
%ifarch aarch64 %arm ppc64 ppc64le
|
||||||
%limit_build -m 2000
|
%limit_build -m 2500
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Generating mozconfig
|
# Generating mozconfig
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<flag>asimdrdm</flag>
|
<flag>asimdrdm</flag>
|
||||||
</cpu>
|
</cpu>
|
||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">14</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
|
Loading…
Reference in New Issue
Block a user