Closed
Bug 1810126
Opened 2 years ago
Closed 2 years ago
Add a generic mechanism to run cargo-* commands
Categories
(Firefox Build System :: General, enhancement, P3)
Firefox Build System
General
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: fabrice.le_fessant, Assigned: arthur.carcano)
References
Details
Attachments
(1 file)
Expected results:
I would like to run any cargo subcommand by using mach cargo subcommand
| Assignee | ||
Comment 1•2 years ago
|
||
mach cargo COMMAND will run cargo-COMMAND using cargo build
arguments by default. However, it is possible to tune the arguments
using either command-line arguments, or a YAML file in config/cargo/.
A file config/cargo/template.yaml can be used to create a new
configuration for a new cargo sub-command.
Updated•2 years ago
|
Assignee: nobody → arthur.carcano
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → General
Product: Firefox → Firefox Build System
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/b6d832d26593
Add a generic mechanism to run cargo-* commands. r=glandium,firefox-build-system-reviewers,ahochheiden
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•