We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550fb5 commit e253718Copy full SHA for e253718
src/bootstrap/src/core/build_steps/dist.rs
@@ -1032,6 +1032,10 @@ impl Step for PlainSourceTarball {
1032
.arg(builder.src.join("./compiler/rustc_codegen_gcc/Cargo.toml"))
1033
.arg("--sync")
1034
.arg(builder.src.join("./src/bootstrap/Cargo.toml"))
1035
+ .arg("--sync")
1036
+ .arg(builder.src.join("./src/tools/opt-dist/Cargo.toml"))
1037
1038
+ .arg(builder.src.join("./src/tools/rustc-perf/Cargo.toml"))
1039
// Will read the libstd Cargo.toml
1040
// which uses the unstable `public-dependency` feature.
1041
.env("RUSTC_BOOTSTRAP", "1")
0 commit comments