diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2022-04-06 23:04:03 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2022-04-06 23:04:03 +0200 |
| commit | b500a78ac1dc70bef53ead56f5a1671bb9fd3d4c (patch) | |
| tree | cb37d496adfc1624996dbf3c092a4ba3ec2fcf9d | |
| parent | 73dc13058d37ebcfcdde46e7f63c4c69bd26685d (diff) | |
| download | rust-b500a78ac1dc70bef53ead56f5a1671bb9fd3d4c.tar.gz rust-b500a78ac1dc70bef53ead56f5a1671bb9fd3d4c.zip | |
fix regression caused by rust-lang/cargo#10448
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index be965971dbb..fdd1581d9cd 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -896,6 +896,7 @@ impl Step for PlainSourceTarball { cmd.arg("vendor") .arg("--sync") .arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml")) + .arg("--sync") .arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml")) .current_dir(&plain_dst_src); builder.run(&mut cmd); |
