Closed
Bug 1432223
Opened 7 years ago
Closed 7 years ago
Add a --all option to `mach cargo check` to check all the crates
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
This is useful in some cases. The case I care about is running `cargo check` on all the crates with RUSTFLAGS='-Zsave-analysis' to generate the rust analysis for all the crates for searchfox.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → bugmail
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
... although after I wrote this patch I realized there's a different/better way to get what I want for searchfox so I don't really need this. Somebody else might find it useful though.
![]() |
||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8944467 [details]
Bug 1432223 - Add an --all-crates option to mach cargo check, to check all the crates.
https://reviewboard.mozilla.org/r/214658/#review221334
Sure, why not?
Attachment #8944467 -
Flags: review?(nfroyd) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89f827270939
Add an --all-crates option to mach cargo check, to check all the crates. r=froydnj
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•