fix cargo tests
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
60ade6c1d7
commit
26f588bba4
1 changed files with 3 additions and 1 deletions
|
|
@ -300,7 +300,9 @@ impl Step for Cargo {
|
|||
fn run(self, builder: &Builder<'_>) {
|
||||
let compiler = builder.compiler(self.stage, self.host);
|
||||
|
||||
builder.ensure(tool::Cargo { compiler, target: self.host });
|
||||
let cargo = builder.ensure(tool::Cargo { compiler, target: self.host });
|
||||
let compiler = cargo.build_compiler;
|
||||
|
||||
let cargo = tool::prepare_tool_cargo(
|
||||
builder,
|
||||
compiler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue