Skip to content

Commit c2ee32a

Browse files
committed
Auto merge of #38507 - alexcrichton:travis-lldb, r=brson
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.
2 parents 77f7c7a + dad0076 commit c2ee32a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ git:
88
depth: 1
99
submodules: false
1010

11+
osx_image: xcode8.2
12+
1113
matrix:
1214
include:
1315
# Linux builders, all docker images

src/test/debuginfo/union-smoke.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// min-lldb-version: 310
12+
// ignore-macos FIXME(#37479)
1213

1314
// compile-flags:-g
1415

0 commit comments

Comments
 (0)