Commit bcbb043
committed
ci: workaround RUSTFLAGS leaking into cargo-make rust-script builds
Unset RUSTFLAGS for the cargo-make step in build.yaml to prevent -D warnings
from leaking into rust-script compilation of wdk-build. Only cargo-make is
affected since it uses rust-script to compile inline build scripts where
wdk-build is a path dependency (via symlink), bypassing cargo's --cap-lints.
cargo-wdk and cargo install are normal cargo operations with proper
--cap-lints handling and do not need this workaround.
Temporary workaround until microsoft/windows-drivers-rs#629 is merged and
a new wdk-build is published.
Tracked in ADO Bug #5396440.1 parent de907c7 commit bcbb043
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
| |||
0 commit comments