Skip to content

Commit c5ea867

Browse files
firefox: allow limiting concurrent jobs
The PARALLEL_MAKE OE variable has been ignored until now, Firefox was built with the number of jobs determined by mach (which is usually the number of CPU cores). To be able to control this number, pass the PARALLEL_MAKE variable value as a custom make flag to mach. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
1 parent a1c55db commit c5ea867

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meta-firefox/classes/mozilla.bbclass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export WASM_CXX = "${WASI_SYSROOT}/bin/clang++ -target wasm32-wasip1 "
3636

3737
export BUILD_VERBOSE_LOG = "1"
3838

39+
export MOZ_MAKE_FLAGS = "${PARALLEL_MAKE}"
40+
3941
RUST_HOST ?= "${RUST_BUILD_SYS}"
4042
RUST_TARGET ?= "${RUST_HOST_SYS}"
4143

0 commit comments

Comments
 (0)