From 062ac2aed4ea7e8df1501caa90f1e538f98ca40cc09c3ab2b524a6b8e5565d43 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 12 Aug 2023 20:13:40 +0000 Subject: [PATCH] Accepting request 1103590 from home:adamm:ldbug - Remove -j1 limit on x86. The build runs on 64-bit kernel with a 32-bit userland. This means there is plenty of memory available but userland is limited to just under 4GB per process. OBS-URL: https://build.opensuse.org/request/show/1103590 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1098 --- MozillaFirefox.changes | 5 ++++- MozillaFirefox.spec | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index f0edb0aa..79faf224 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -7,7 +7,10 @@ Thu Aug 10 16:32:02 UTC 2023 - Andreas Stieger ------------------------------------------------------------------- Wed Aug 9 09:52:36 UTC 2023 - Adam Majer -- Fix OOM when linking on 32-bit +- Workarold ld bug causing OOM when linking on 32-bit +- Remove -j1 limit on x86. The build runs on 64-bit kernel with a + 32-bit userland. This means there is plenty of memory available + but userland is limited to just under 4GB per process. ------------------------------------------------------------------- Sat Aug 5 17:46:22 UTC 2023 - Andreas Stieger diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 870ca8e1..bf4f6846 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -527,11 +527,7 @@ ac_add_options --enable-official-branding %endif EOF -%ifarch %ix86 -%define njobs 1 -%else %define njobs 0%{?jobs:%jobs} -%endif mkdir -p $RPM_BUILD_DIR/langpacks_artifacts/ sed -r '/^(ja-JP-mac|ga-IE|en-US|)$/d;s/ .*$//' $RPM_BUILD_DIR/%{srcname}-%{orig_version}/browser/locales/shipped-locales \ | xargs -n 1 %{?njobs:-P %njobs} -I {} /bin/sh -c '