Skip to content

Commit e253718

Browse files
committed
refactor(bootstrap/core/build_steps/dist): vendor dependencies needed for opt-dist
1 parent 4550fb5 commit e253718

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

src/bootstrap/src/core/build_steps/dist.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,10 @@ impl Step for PlainSourceTarball {
10321032
.arg(builder.src.join("./compiler/rustc_codegen_gcc/Cargo.toml"))
10331033
.arg("--sync")
10341034
.arg(builder.src.join("./src/bootstrap/Cargo.toml"))
1035+
.arg("--sync")
1036+
.arg(builder.src.join("./src/tools/opt-dist/Cargo.toml"))
1037+
.arg("--sync")
1038+
.arg(builder.src.join("./src/tools/rustc-perf/Cargo.toml"))
10351039
// Will read the libstd Cargo.toml
10361040
// which uses the unstable `public-dependency` feature.
10371041
.env("RUSTC_BOOTSTRAP", "1")

0 commit comments

Comments
 (0)