Skip to content

Commit dd50e18

Browse files
committed
Revert "Update rustc-perf submodule before running tidy"
This reverts commit faac70b.
1 parent 0de24a5 commit dd50e18

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/build_steps/test.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,6 @@ impl Step for Tidy {
11011101
/// Once tidy passes, this step also runs `fmt --check` if tests are being run
11021102
/// for the `dev` or `nightly` channels.
11031103
fn run(self, builder: &Builder<'_>) {
1104-
builder.build.update_submodule(Path::new("src/tools/rustc-perf"));
1105-
11061104
let mut cmd = builder.tool_cmd(Tool::Tidy);
11071105
cmd.arg(&builder.src);
11081106
cmd.arg(&builder.initial_cargo);

0 commit comments

Comments
 (0)