-
Notifications
You must be signed in to change notification settings - Fork 26.3k
docs: adds --jobs 4
to Firefox release flags
#62015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/cc @devversion |
is there a deadline for how long the build should take? 😄 1 job could take quite a while haha Maybe consider 2-4? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1 is definitely slow. Unfortunately I have no insight into what a reasonable set of jobs should be for Mozilla's environment or even what Bazel was inferring previously. I guess I can try |
This seems to be helpful for Mozilla reviewers to reproduce the build without encountering Bazel errors like: ``` Server terminated abruptly (error code: 14, error message: 'Socket closed', log file: '/home/parallels/.cache/bazel/_bazel_parallels/ae710c6507eb251f9511ac4228641059/server/jvm.out') ``` `--local_ram_resources` is also useful, but I'm not sure what to set it to by default or how necessary it is, so let's just start with `--jobs 4` for now. The 4 is arbitrary as I don't have insight into how many jobs are actually appropriate, but we can go with this for now and tweak the number later if it still causes issues.
--jobs 1
to Firefox release flags--jobs 4
to Firefox release flags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dgp1130 I've re-targetted it at the |
This PR was merged into the repository by commit 38f8705. The changes were merged into the following branches: main |
This seems to be helpful for Mozilla reviewers to reproduce the build without encountering Bazel errors like:
--local_ram_resources
is also useful, but I'm not sure what to set it to by default or how necessary it is, so let's just start with--jobs 4
for now.