Skip to content

Commit

Permalink
Don't vendor rust-analyzer
Browse files Browse the repository at this point in the history
Work around its dependency on fs_extra
  • Loading branch information
Aaron1011 committed Jul 4, 2021
1 parent d327744 commit e661f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ impl Step for PlainSourceTarball {
let mut cmd = Command::new(&builder.initial_cargo);
cmd.arg("vendor")
.arg("--sync")
.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
//.arg(builder.src.join("./src/tools/rust-analyzer/Cargo.toml"))
.arg(builder.src.join("./compiler/rustc_codegen_cranelift/Cargo.toml"))
.current_dir(&plain_dst_src);
builder.run(&mut cmd);
Expand Down

0 comments on commit e661f9f

Please sign in to comment.