-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Backport PRs to beta #40995
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
Backport PRs to beta #40995
Conversation
Unfortunately what we're using right now, Xcode 8.2, cannot compile LLVM for OSX 10.7. We've done this historically and Gecko would like to maintain this compabitiliby. This commit moves our release builders for OSX to using Xcode 7 which can compile LLVM for 10.7. The builders running tests continue to use Xcode 8.2, however, because the LLDB version with Xcode 7, 350, is blacklisted in running our LLDB tests. To continue running LLDB tests we'll stick with Xcode 8.2.
The data can't be looked up from the region variable directly, because the region variable might have been destroyed at the end of a snapshot. Fixes rust-lang#40000. Fixes rust-lang#40743.
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=10 (beta backports) |
📌 Commit 457e615 has been approved by |
@bors: r+ |
📌 Commit 181735d has been approved by |
⌛ Testing commit 181735d with merge bb4b22f... |
💔 Test failed - status-travis |
📌 Commit 4371f21 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Backport of
src
pages #40888Also includes a cargo submodule update