about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2024-06-10 12:41:52 +0200
committerJakub Beránek <berykubik@gmail.com>2024-06-10 12:41:52 +0200
commitfaac70b66e5135717a651dd3f13e6504e7b0c8c9 (patch)
tree610bb974f5a7961442b5a26f2054c4bbcc87fd27
parent06194cadcd0948a7100b46737f61e82b8c00d632 (diff)
downloadrust-faac70b66e5135717a651dd3f13e6504e7b0c8c9.tar.gz
rust-faac70b66e5135717a651dd3f13e6504e7b0c8c9.zip
Update `rustc-perf` submodule before running tidy
-rw-r--r--src/bootstrap/src/core/build_steps/test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs
index fb7b40b7321..29cd90222b2 100644
--- a/src/bootstrap/src/core/build_steps/test.rs
+++ b/src/bootstrap/src/core/build_steps/test.rs
@@ -1101,6 +1101,8 @@ 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);