]> git.lizzy.rs Git - rust.git/commit
rustbuild: Implement distcheck
authorAlex Crichton <alex@alexcrichton.com>
Fri, 9 Dec 2016 01:13:55 +0000 (17:13 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 9 Dec 2016 01:14:44 +0000 (17:14 -0800)
commitd38db82b291afe172c9477b44ef99f70013010d9
tree56bbb25262012eb6743895d40374abdbe43860b8
parent97bfeadfd8eb4db591d9fb0fcfef7472d7480415
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.
src/bootstrap/check.rs
src/bootstrap/dist.rs
src/bootstrap/mk/Makefile.in
src/bootstrap/step.rs