Skip to content

Commit 1824c7f

Browse files
committed
don't pass every test arg to cg_clif
Signed-off-by: onur-ozkan <[email protected]>
1 parent 13d59ec commit 1824c7f

File tree

1 file changed

+0
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-1
lines changed

src/bootstrap/src/core/build_steps/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,6 @@ impl Step for CodegenCranelift {
34053405
// FIXME remove once vendoring is handled
34063406
.arg("--skip-test")
34073407
.arg("testsuite.extended_sysroot");
3408-
cargo.args(builder.config.test_args());
34093408

34103409
cargo.into_cmd().run(builder);
34113410
}

0 commit comments

Comments
 (0)