Skip to content

Firefox: Update to version 113.0.1 #2909

Merged
merged 1 commit into from
May 22, 2023
Merged

Firefox: Update to version 113.0.1 #2909

merged 1 commit into from
May 22, 2023

Conversation

david
Copy link
Collaborator

@david david commented May 17, 2023

add MOZ_PARALLEL_BUILD to control parrallel builds

add MOZ_PARALLEL_BUILD to control parrallel builds
if [[ ${BEE_MAKEFLAGS:: 2} == "-j" ]]; then
BEE_MAKEFLAGS=${BEE_MAKEFLAGS: 2}
fi

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worked for me without that hunk, that means passing -jX to MOZ_MAKE_FLAGS worked for me. (I tested with -j10 and -j80 on invidia with 113.0 and there was the expected difference.

@david david merged commit ada6ddf into master May 22, 2023
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants