Skip to content

Commit a3ac9f1

Browse files
committed
travis: Upgrade OSX builders
This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
1 parent 2789b06 commit a3ac9f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
NO_LLVM_ASSERTIONS=1
5757
NO_DEBUG_ASSERTIONS=1
5858
os: osx
59-
osx_image: xcode9.2
59+
osx_image: xcode9.3-moar
6060
if: branch = auto
6161
6262
- env: >
@@ -70,7 +70,7 @@ matrix:
7070
NO_LLVM_ASSERTIONS=1
7171
NO_DEBUG_ASSERTIONS=1
7272
os: osx
73-
osx_image: xcode9.2
73+
osx_image: xcode9.3-moar
7474
if: branch = auto
7575
7676
# OSX builders producing releases. These do not run the full test suite and

src/test/debuginfo/lexical-scope-with-macro.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 #48807
1213

1314
// compile-flags:-g -Zdebug-macros
1415

0 commit comments

Comments
 (0)