mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
98cfeed071
`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. Differential Revision: https://phabricator.services.mozilla.com/D166780
5 lines
109 B
YAML
5 lines
109 B
YAML
---
|
|
command: cargo-machete
|
|
continue_on_error: true
|
|
cargo_build_flags: ["{topsrcdir}/{directory}/Cargo.toml"]
|