We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d302c18 commit 8f2e576Copy full SHA for 8f2e576
src/bootstrap/check.rs
@@ -1197,6 +1197,10 @@ impl Step for Distcheck {
1197
run.path("distcheck")
1198
}
1199
1200
+ fn make_run(run: RunConfig) {
1201
+ run.builder.ensure(Distcheck);
1202
+ }
1203
+
1204
/// Run "distcheck", a 'make check' from a tarball
1205
fn run(self, builder: &Builder) {
1206
let build = builder.build;
0 commit comments