From dad0076569bae914f79b7931b68d316b3fb3a875 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 20 Dec 2016 19:34:57 -0800 Subject: [PATCH] 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. --- .travis.yml | 2 ++ src/test/debuginfo/union-smoke.rs | 1 + 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea8c94af80b..3a9635a8618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ git: depth: 1 submodules: false +osx_image: xcode8.2 + matrix: include: # Linux builders, all docker images diff --git a/src/test/debuginfo/union-smoke.rs b/src/test/debuginfo/union-smoke.rs index 26e73a08ea1..ada9e0b30cc 100644 --- a/src/test/debuginfo/union-smoke.rs +++ b/src/test/debuginfo/union-smoke.rs @@ -9,6 +9,7 @@ // except according to those terms. // min-lldb-version: 310 +// ignore-macos FIXME(#37479) // compile-flags:-g