Skip to content

Commit

Permalink
Revert "Update rustc-perf submodule before running tidy"
Browse files Browse the repository at this point in the history
This reverts commit faac70b.
  • Loading branch information
onur-ozkan committed Jun 10, 2024
1 parent 0de24a5 commit dd50e18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/src/core/build_steps/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,6 @@ impl Step for Tidy {
/// Once tidy passes, this step also runs `fmt --check` if tests are being run
/// for the `dev` or `nightly` channels.
fn run(self, builder: &Builder<'_>) {
builder.build.update_submodule(Path::new("src/tools/rustc-perf"));

let mut cmd = builder.tool_cmd(Tool::Tidy);
cmd.arg(&builder.src);
cmd.arg(&builder.initial_cargo);
Expand Down

0 comments on commit dd50e18

Please sign in to comment.