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: Move pretty test suites to host-only #38665

Merged
merged 1 commit into from
Dec 30, 2016

Conversation

alexcrichton
Copy link
Member

In an ongoing effort to optimize the runtime of the Android cross builder this
commit updates the pretty test suites to run only for host platforms, not for
target platforms as well. This means we'll still keep running all the suites but
we'll only run them for configured hosts, not for configured targets. This
notably means that we won't be running these suites on Android or musl targets,
for example.

In an ongoing effort to optimize the runtime of the Android cross builder this
commit updates the pretty test suites to run only for host platforms, not for
target platforms as well. This means we'll still keep running all the suites but
we'll only run them for configured hosts, not for configured targets. This
notably means that we won't be running these suites on Android or musl targets,
for example.
@rust-highfive
Copy link
Collaborator

r? @brson

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

@alexcrichton
Copy link
Member Author

Note that I consider this orthogonal to #38420 where I'd like to trim the number of pretty suites we run. In either case I think it's fine to only run the suites for host targets, not for all targets.

@brson
Copy link
Contributor

brson commented Dec 29, 2016

This is fine if its what you want r+, but I'd also be happy completely removing them from the main suite and punting them to the cargotest bots.

@bors r+

@bors
Copy link
Contributor

bors commented Dec 29, 2016

📌 Commit fc3e49b has been approved by brson

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 30, 2016
rustbuild: Move pretty test suites to host-only

In an ongoing effort to optimize the runtime of the Android cross builder this
commit updates the pretty test suites to run only for host platforms, not for
target platforms as well. This means we'll still keep running all the suites but
we'll only run them for configured hosts, not for configured targets. This
notably means that we won't be running these suites on Android or musl targets,
for example.
bors added a commit that referenced this pull request Dec 30, 2016
@bors bors merged commit fc3e49b into rust-lang:master Dec 30, 2016
@bors
Copy link
Contributor

bors commented Dec 30, 2016

⌛ Testing commit fc3e49b with merge 7f2d2af...

@alexcrichton alexcrichton deleted the pretty-only-host branch December 30, 2016 18:05
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.

4 participants