fix regression caused by rust-lang/cargo#10448
This commit is contained in:
parent
73dc13058d
commit
b500a78ac1
1 changed files with 1 additions and 0 deletions
|
@ -896,6 +896,7 @@ impl Step for PlainSourceTarball {
|
||||||
cmd.arg("vendor")
|
cmd.arg("vendor")
|
||||||
.arg("--sync")
|
.arg("--sync")
|
||||||
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
|
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
|
||||||
|
.arg("--sync")
|
||||||
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
|
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
|
||||||
.current_dir(&plain_dst_src);
|
.current_dir(&plain_dst_src);
|
||||||
builder.run(&mut cmd);
|
builder.run(&mut cmd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue