Uh oh!
There was an error while loading. Please reload this page.
Backport PRs to beta - #40995
Merged
Merged
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. Fixesrust-lang#40000. Fixesrust-lang#40743.
rust-highfive
commented
Apr 1, 2017
Contributor
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Apr 1, 2017
MemberAuthor
@bors: r+ p=10 (beta backports) |
bors
commented
Apr 1, 2017
Collaborator
📌 Commit 457e615 has been approved by |
alexcrichton
commented
Apr 1, 2017
MemberAuthor
@bors: r+ |
bors
commented
Apr 1, 2017
Collaborator
📌 Commit 181735d has been approved by |
bors
commented
Apr 1, 2017
Collaborator
⌛ Testing commit 181735d with merge bb4b22f... |
bors
commented
Apr 1, 2017
Collaborator
💔 Test failed - status-travis |
alexcrichton
commented
Apr 1, 2017
MemberAuthor
bors
commented
Apr 1, 2017
Collaborator
📌 Commit 4371f21 has been approved by |
bors
commented
Apr 1, 2017
Collaborator
bors
commented
Apr 2, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of
srcpages #40888Also includes a cargo submodule update