mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
cookbook
This commit is contained in:
parent
5ac406e650
commit
162641c14a
1 changed files with 2 additions and 0 deletions
|
|
@ -283,6 +283,8 @@ impl Build {
|
|||
cmd.env(&env.key, &env.value);
|
||||
}
|
||||
|
||||
cmd.env("MINIMIZE_LINTS", "1");
|
||||
|
||||
let outputs = cmd
|
||||
.output()
|
||||
.with_context(|| format!("spawning script: `{cmd:?}`"))?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue