]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38256 - alexcrichton:distcheck, r=brson
authorbors <bors@rust-lang.org>
Fri, 9 Dec 2016 07:08:29 +0000 (07:08 +0000)
committerbors <bors@rust-lang.org>
Fri, 9 Dec 2016 07:08:29 +0000 (07:08 +0000)
rustbuild: Implement distcheck

This commit implements the `distcheck` target for rustbuild which is only ever
run on our nightly bots. This essentially just creates a tarball, un-tars it,
and then runs a full build, validating that the release tarballs do indeed have
everything they need to build Rust.


Trivial merge