Skip to content

Commit

Permalink
rustbuild: distcheck needs rust-src too
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed May 24, 2017
1 parent 53ae00a commit d0ea705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
.run(move |s| check::docs(build, &s.compiler()));
rules.test("check-distcheck", "distcheck")
.dep(|s| s.name("dist-plain-source-tarball"))
.dep(|s| s.name("dist-src"))
.run(move |_| check::distcheck(build));

rules.build("test-helpers", "src/rt/rust_test_helpers.c")
Expand Down

0 comments on commit d0ea705

Please sign in to comment.