We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310e4b commit b14b4e3Copy full SHA for b14b4e3
build.rs
@@ -73,6 +73,8 @@ fn build_bios_boot_sector(out_dir: &Path) -> PathBuf {
73
cmd.arg("-Zbuild-std=core")
74
.arg("-Zbuild-std-features=compiler-builtins-mem");
75
cmd.arg("--root").arg(out_dir);
76
+ cmd.env_remove("RUSTFLAGS");
77
+ cmd.env_remove("RUSTC_WORKSPACE_WRAPPER"); // used by clippy
78
let status = cmd
79
.status()
80
.expect("failed to run cargo install for bios boot sector");
0 commit comments