-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
travis: Compile OSX releases with Xcode 7 #40967
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
Please add a comment to one of these explaining why we are pinned to xcode 7 for some builders. Other than that r=me. |
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.
@bors: r=brson p=10 (beta nominated) |
📌 Commit 3076155 has been approved by |
⌛ Testing commit 3076155 with merge 6110a74... |
💔 Test failed - status-travis |
The failure is kinda strange, during deploy:
|
Ok in that case sounds spurious @bors: retry |
⌛ Testing commit 3076155 with merge 99c5e8b... |
💔 Test failed - status-appveyor |
… On Fri, Mar 31, 2017 at 9:50 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.2664>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40967 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95L-chg0q6W3JYYl1SUBoF6PKb3Tqks5rrcmegaJpZM4Mv-1h>
.
|
travis: Compile OSX releases with Xcode 7 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.
☀️ Test successful - status-appveyor, status-travis |
Thanks @alexcrichton! |
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.