We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: https://travis-ci.com/rust-lang/rust/jobs/177017513
1298: Checking compiler artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-gnu) 1502: Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
This is costing an extra ~18 minutes of travis time per PR build (maybe more).
cc @kennytm who I talked with on Discord about this
The text was updated successfully, but these errors were encountered:
I added this in #57010. Is there some way to avoid building the full compiler for these tests or would it make sense to move this to another job?
Sorry, something went wrong.
There should be a way -- IIRC we should be building compile test without building the compiler at all (i.e., using the bootstrap compiler).
@scottmcm I believe it's fixed, here is latest mingw-check job: https://travis-ci.com/rust-lang/rust/jobs/194269571
mingw-check
Agreed. Thanks, @mati865!
No branches or pull requests
Example: https://travis-ci.com/rust-lang/rust/jobs/177017513
This is costing an extra ~18 minutes of travis time per PR build (maybe more).
cc @kennytm who I talked with on Discord about this
The text was updated successfully, but these errors were encountered: