Closed
Bug 1858807
Opened 2 years ago
Closed 2 years ago
Track individual rust crate build times
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
As of now, cargo only supports HTML timings output. There is an unstable
flag for a json output, but we can't use that because it requires a
nightly cargo. So we do our best effort to get the data we need off the
HTML, but since the exact details of the format of that file are not
set in stone, we also prevent any error from being unhandled. It's
better not to have the data than break the build.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/45208ee996d7
Track individual rust crate build times. r=firefox-build-system-reviewers,sergesanspaille
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•