Closed
Bug 1981752
Opened 5 months ago
Closed 5 months ago
Artifact builds take a long time to package crash reporter symbols even though they should be unmodified
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Profiling an artifact build on try with --env MOZ_PROCESS_SAMPLING, I noticed more than 1 minute is spent on zip -r5D ../target.crashreporter-symbols.zip . -i *.sym -i *.txt (out of a 5 minute total time for the entire build): https://share.firefox.dev/47iGnwg
This was a surprise to me as on non-artifact builds buildsymbols happens in parallel to package: https://share.firefox.dev/3HnnvBS
Profile with the patch: https://share.firefox.dev/4fuo6yr
| Assignee | ||
Comment 1•5 months ago
|
||
Pushed by fqueze@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/78fa3f68779e
https://hg.mozilla.org/integration/autoland/rev/a15539d04f21
in artifact builds, copy the symbols directly to the upload dir instead of repackaging them, r=firefox-build-system-reviewers,nalexander.
Comment 3•5 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•