Skip to content

Commit 02c2a85

Browse files
committed
chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logic
1 parent 894a498 commit 02c2a85

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,9 @@ impl Step for PlainSourceTarball {
10101010
if builder.rust_info().is_managed_git_subrepository()
10111011
|| builder.rust_info().is_from_tarball()
10121012
{
1013+
// FIXME: This code looks _very_ similar to what we have in `src/core/build_steps/vendor.rs`
1014+
// perhaps it should be removed in favor of making `dist` perform the `vendor` step?
1015+
10131016
// Ensure we have all submodules from src and other directories checked out.
10141017
for submodule in builder.get_all_submodules() {
10151018
builder.update_submodule(Path::new(submodule));

0 commit comments

Comments
 (0)