Skip to content

Commit 6ea392a

Browse files
committed
test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 79b6c4b commit 6ea392a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

Diff for: src/bootstrap/src/core/build_steps/test.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ impl Step for Clippy {
741741
let stage = self.stage;
742742
let host = self.host;
743743
let compiler = builder.compiler(stage, host);
744+
builder.ensure(compile::Std::new(compiler, self.host));
744745

745746
builder.ensure(tool::Clippy { compiler, target: self.host });
746747
let mut cargo = tool::prepare_tool_cargo(
@@ -1661,7 +1662,7 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
16611662
};
16621663

16631664
if suite.ends_with("fulldeps") {
1664-
let _ = builder.compiler(compiler.stage, target);
1665+
let _ = builder.compiler(compiler.stage + 1, target);
16651666
}
16661667

16671668
if suite == "debuginfo" {

0 commit comments

Comments
 (0)