mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +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
7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
command: cargo-audit
|
|
continue_on_error: false
|
|
cargo_build_flags:
|
|
- -f
|
|
- "{topsrcdir}/Cargo.lock"
|