Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-25 16:27:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-25 16:27:28 +0200
commit2c238564f781e439670ccd3f9a083ccf46a39b2e (patch)
tree0a67d6d690aa2f4015080580999ba8bfebe4e729 /extra/firefox
parent437b67e3e6dc91f7c2bec294c64f6b9402221356 (diff)
extra/firefox: reduced again parallel builds
Diffstat (limited to 'extra/firefox')
-rw-r--r--extra/firefox/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index eec4248a..88818fe6 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -117,16 +117,16 @@ eval "$(
)"
# don't kill build slaves by auto-guessing available CPU cores
-#eval "$(
-# declare -f build | \
-# sed '
-# 2 a export MOZ_MAKE_FLAGS=-j1
-# '
-# declare -f package | \
-# sed '
-# 2 a export MOZ_MAKE_FLAGS=-j1
-# '
-#)"
+eval "$(
+ declare -f build | \
+ sed '
+ 2 a export MOZ_MAKE_FLAGS=-j2
+ '
+ declare -f package | \
+ sed '
+ 2 a export MOZ_MAKE_FLAGS=-j2
+ '
+)"
# test failure in rust code (complaining about network functions) when PGO is used,
# see https://bugzilla.mozilla.org/show_bug.cgi?id=1565757