Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustbuild: Implement distcheck #38256

Merged
merged 1 commit into from Dec 9, 2016
Merged

Conversation

alexcrichton
Copy link
Member

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.

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.
@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Dec 9, 2016

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Dec 9, 2016

📌 Commit d38db82 has been approved by brson

@bors
Copy link
Contributor

bors commented Dec 9, 2016

⌛ Testing commit d38db82 with merge 4c43d4a...

@bors
Copy link
Contributor

bors commented Dec 9, 2016

💔 Test failed - auto-linux-64-x-android-t

@alexcrichton
Copy link
Member Author

alexcrichton commented Dec 9, 2016 via email

@bors
Copy link
Contributor

bors commented Dec 9, 2016

⌛ Testing commit d38db82 with merge adb4279...

bors added a commit that referenced this pull request Dec 9, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants