Skip to content

Commit 8f2e576

Browse files
Add make_run to distcheck.
1 parent d302c18 commit 8f2e576

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/check.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,10 @@ impl Step for Distcheck {
11971197
run.path("distcheck")
11981198
}
11991199

1200+
fn make_run(run: RunConfig) {
1201+
run.builder.ensure(Distcheck);
1202+
}
1203+
12001204
/// Run "distcheck", a 'make check' from a tarball
12011205
fn run(self, builder: &Builder) {
12021206
let build = builder.build;

0 commit comments

Comments
 (0)