From 9493bbb6aa37606483f66d3a173c092b97b4b75b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 27 Apr 2022 19:00:58 +0200 Subject: extra/firefox: force -j1 in package too (avoid LLVM ERROR: out of memory) --- extra/firefox/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 6adbe422..d466d812 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -122,6 +122,10 @@ eval "$( sed ' 2 a export MOZ_MAKE_FLAGS=-j1 ' + declare -f package | \ + sed ' + 2 a export MOZ_MAKE_FLAGS=-j1 + ' )" # test failure in rust code (complaining about network functions) when PGO is used, -- cgit v1.2.3-54-g00ecf