rustbuild: make distcheck depend on dist-plain-source-tarball
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
9af464be8a
commit
53ae00a8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
|
|||
.host(true)
|
||||
.run(move |s| check::docs(build, &s.compiler()));
|
||||
rules.test("check-distcheck", "distcheck")
|
||||
.dep(|s| s.name("dist-src"))
|
||||
.dep(|s| s.name("dist-plain-source-tarball"))
|
||||
.run(move |_| check::distcheck(build));
|
||||
|
||||
rules.build("test-helpers", "src/rt/rust_test_helpers.c")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue