-
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
Target builds for older macOS #40482
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Is... travis not listening? |
@alexcrichton tried forcing a new commit to see if it picks it up. |
Travis is missing pull requests: status |
So the tests run fine until they time-out after 3 hours. They're not stuck and are still making progress at this point. |
@wagenet oh right yeah sorry now that I think about it I don't think we've gotten macs-on-PRs working yet (for... reasons unknown). In any case I think it got past everything just fine that it needed to (bootstrapping the compiler), so I think we're in the clear here for this PR as-is. So this gets the compiler itself to 10.8 but libstd as well. Would you still like to get libstd to 10.7 in this PR or would you like to save that for a follow-up PR? |
I'm also flagging this for a backport to beta as #40481 affects beta |
@bors: r+ |
📌 Commit 01ffac5 has been approved by |
@bors: r- Oh actually can the |
@bors: r+ |
📌 Commit 61d9387 has been approved by |
@bors: p=1 (beta nominated) |
⌛ Testing commit 61d9387 with merge e897fcb... |
Target builds for older macOS Fix rust-lang#40481
Target builds for older macOS Fix rust-lang#40481
⌛ Testing commit 61d9387 with merge a7c2247... |
💔 Test failed - status-travis |
… On Fri, Mar 17, 2017 at 12:14 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/212004552>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40482 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95Ghq8sAHiuOwVYJJ_SUHdgeIfPoBks5rmhaigaJpZM4Mbpzw>
.
|
Target builds for older macOS Fix rust-lang#40481
Target builds for older macOS Fix rust-lang#40481
Target builds for older macOS Fix rust-lang#40481
Target builds for older macOS Fix #40481
☀️ Test successful - status-appveyor, status-travis |
Fix #40481