-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] travis: Use upstream LLVM repositories for Fuchsia #41397
Conversation
The Fuchsia copies of LLVM repositories contain additional patches for work-in-progress features and there is some amount of churn that may break Rust. Use upstream LLVM repositories instead for building the toolchain used by the Fuchsia builder.
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r=aidanhs p=1 (beta backport) |
📌 Commit f5cc0de has been approved by |
⌛ Testing commit f5cc0de with merge 31d51d5... |
💔 Test failed - status-travis |
Possible variant of #40417? Definitely unrelated to this PR. |
Looks like it @bors retry |
@bors p=5 |
⌛ Testing commit f5cc0de with merge be2574b... |
💔 Test failed - status-travis |
Time limit exceeded. Looks like it rebuilt the docker image. sccache should have everything cached now so should work with a retry? |
@bors retry |
[beta] travis: Use upstream LLVM repositories for Fuchsia This is a backport of rust-lang#41130 which... Closes rust-lang#41396
@bors r- |
This is a backport of #41130 which...
Closes #41396