rustbuild: Move pretty test suites to host-only #38665
+7
−7
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
|
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 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+ |
|
|
1 check passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.