-
Notifications
You must be signed in to change notification settings - Fork 13.3k
travis: Update the OSX image we run tests in #38507
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
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Note that I'd like to see this work on travis before merging, I don't plan to merge with the addition of |
3e419f3
to
e5fcb11
Compare
Ok so unfortunately that didn't work for what I believe is the reason that if you configure sccache to use an S3 bucket it doesn't work if the configuration is wrong. PRs don't have access to the secret key, so I think sccache chokes. I'm reasonably confident that this will succeed, though, because the listed LLDB version is 360, not 350. r? @brson |
@bors r+ |
📌 Commit e5fcb11 has been approved by |
⌛ Testing commit e5fcb11 with merge 41bbca1... |
💔 Test failed - status-travis |
The current image is `xcode7.3`, Travis's current default. Unfortunately this has a version of LLDB which doesn't support debuginfo-lldb tests (see rust-lang#32520), so we're not running LLDB tests on Travis yet. This switches us to the newest image from Travis, `xcode8.2`, which should have a newer version of LLDB we can run tests against.
e5fcb11
to
dad0076
Compare
@bors: r+ |
📌 Commit dad0076 has been approved by |
@bors: r=brson |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit dad0076 has been approved by |
travis: Update the OSX image we run tests in The current image is `xcode7.3`, Travis's current default. Unfortunately this has a version of LLDB which doesn't support debuginfo-lldb tests (see #32520), so we're not running LLDB tests on Travis yet. This switches us to the newest image from Travis, `xcode8.2`, which should have a newer version of LLDB we can run tests against.
☀️ Test successful - status-appveyor, status-travis |
The current image is
xcode7.3
, Travis's current default. Unfortunately thishas a version of LLDB which doesn't support debuginfo-lldb tests (see #32520),
so we're not running LLDB tests on Travis yet.
This switches us to the newest image from Travis,
xcode8.2
, which should havea newer version of LLDB we can run tests against.