microsoft / windows-drivers-rs

Platform that enables Windows driver development in Rust. Developed by Surface.
Apache License 2.0
1.49k stars 65 forks source link

ci: fix wrong `RUSTFLAGS` being used by `cargo-make` in CI #229

Closed wmmc88 closed 1 week ago

wmmc88 commented 1 week ago

Previously, a bug in cargo make caused the RUSTFLAGS env variable set in CI to be ignored. This meant that certain targets were compiled without -D warnings. Now that the bug has been fixed in cargo-make, the RUSTFLAGS env var is properly applying but the static crt setting was missing

wmmc88 commented 1 week ago

Nightly Clippy failures to be addressed by #230