mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Add make_run to distcheck.
This commit is contained in:
parent
d302c18937
commit
8f2e576cb3
@ -1197,6 +1197,10 @@ impl Step for Distcheck {
|
||||
run.path("distcheck")
|
||||
}
|
||||
|
||||
fn make_run(run: RunConfig) {
|
||||
run.builder.ensure(Distcheck);
|
||||
}
|
||||
|
||||
/// Run "distcheck", a 'make check' from a tarball
|
||||
fn run(self, builder: &Builder) {
|
||||
let build = builder.build;
|
||||
|
Loading…
Reference in New Issue
Block a user