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 b12286f commit 721668fCopy full SHA for 721668f
build_system/tests.rs
@@ -249,11 +249,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
249
bench_compile.arg("--prepare");
250
bench_compile.arg(format!("{:?}", runner.cargo_command(["clean"])));
251
252
- if cfg!(windows) {
253
- bench_compile.arg("cmd /C \"set RUSTFLAGS= && cargo build\"");
254
- } else {
255
- bench_compile.arg("RUSTFLAGS='' cargo build");
256
- }
+ bench_compile.arg("cargo build");
257
258
bench_compile.arg(format!("{:?}", runner.cargo_command(["build"])));
259
spawn_and_wait(bench_compile);
0 commit comments