Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uprustbuild: Move pretty test suites to host-only #38665
Conversation
rust-highfive
assigned
brson
Dec 28, 2016
This comment has been minimized.
This comment has been minimized.
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
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. |
This comment has been minimized.
This comment has been minimized.
|
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+ |
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this pull request
Dec 30, 2016
bors
added a commit
that referenced
this pull request
Dec 30, 2016
bors
added a commit
that referenced
this pull request
Dec 30, 2016
bors
added a commit
that referenced
this pull request
Dec 30, 2016
bors
added a commit
that referenced
this pull request
Dec 30, 2016
bors
merged commit fc3e49b
into
rust-lang:master
Dec 30, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
This comment has been minimized.
alexcrichton
deleted the
alexcrichton:pretty-only-host
branch
Dec 30, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedDec 28, 2016
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.