Add cargo udeps to ./mach cargo subcommands
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: arthur.carcano, Assigned: arthur.carcano)
References
Details
Attachments
(1 file, 1 obsolete file)
Steps to reproduce:
N/A
Actual results:
N/A
Expected results:
./mach cargo udeps
should run udeps on crates, similarly to what ./mach cargo check is doing
Assignee | ||
Comment 1•3 years ago
|
||
In preparation of further work incorporating cargo tools
that require to be run on the nightly toolchain (such as
cargo udeps).
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
This adds a subcommand ./mach cargo udeps with the following
sub command arguments:
Sub Command Arguments:
--all-crates Check all of the crates in the tree.
crates The crate name(s) to check.
--jobs [jobs], -j [jobs]
Run the tests in parallel using multiple
processes.
-v, --verbose Verbose output.
--message-format-json
Emit error messages as JSON.
--expect-unused Do not return an error exit code if udeps
detects unused dependencies.
Depends on D159837
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
Description
•