Skip to content

Commit

Permalink
refactor(bootstrap/core/build_steps/dist): vendor dependencies needed…
Browse files Browse the repository at this point in the history
… for opt-dist
  • Loading branch information
lovesegfault committed May 20, 2024
1 parent 4550fb5 commit e253718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap/src/core/build_steps/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,10 @@ impl Step for PlainSourceTarball {
.arg(builder.src.join("./compiler/rustc_codegen_gcc/Cargo.toml"))
.arg("--sync")
.arg(builder.src.join("./src/bootstrap/Cargo.toml"))
.arg("--sync")
.arg(builder.src.join("./src/tools/opt-dist/Cargo.toml"))
.arg("--sync")
.arg(builder.src.join("./src/tools/rustc-perf/Cargo.toml"))
// Will read the libstd Cargo.toml
// which uses the unstable `public-dependency` feature.
.env("RUSTC_BOOTSTRAP", "1")
Expand Down

0 comments on commit e253718

Please sign in to comment.