Closed
Bug 1641899
Opened 5 years ago
Closed 5 years ago
Compress pdb file in dump_syms instead of using makecab
Categories
(Firefox Build System :: General, enhancement, P3)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: calixte, Unassigned)
References
(Blocks 2 open bugs, )
Details
In the new dump_syms we use cab crate to uncompress cab files and it's possible compress data too.
So since we've already the pdb buffer when dumping the symbol, we could in parallel compress it.
On my linux, I used lcab to compress a xul.pdb (~1Gb) and it takes ~28 seconds.
So it could help to reduce time spent in CI.
Comment 1•5 years ago
|
||
Note there's also bug 1635150 about not compressing at all.
Updated•5 years ago
|
Priority: P2 → P3
Comment 2•5 years ago
|
||
Wontfix in favor of bug 1654994.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•