Closed
Bug 1773514
Opened 3 years ago
Closed 2 years ago
Run `./mach package-multi-locale` with multiple jobs
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: maltejur, Assigned: maltejur)
References
Details
Attachments
(1 file)
Currently, the ./mach package-multi-locale takes a long time if you include a lot of locales, in extreme cases even longer than the actual Firefox build itself. Most of this time is spent running the different make targets chrome-{locale} one after another. It would be a lot faster if all those targets would run in parallel.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → maltejur
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Product: Firefox → Firefox Build System
| Comment hidden (off-topic) |
Comment 4•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Assignee: nobody → maltejur
Status: NEW → ASSIGNED
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8bfd51c17972
Run ./mach package-multi-locale in parallel r=glandium,nalexander
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•