Skip to content

Commit baff51c

Browse files
committed
travis: Tweak OSX image configuration
Somewhere between https://travis-ci.org/rust-lang/rust/jobs/192352185 and https://travis-ci.org/rust-lang/rust/jobs/192440181 it looks like our configuration for a newer OSX image was lost as LLDB has reverted itself back to 350. This fix appeared to work for the libc crate so let's see if we can configure it to work for the rust repo as well.
1 parent 45b273a commit baff51c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ git:
88
depth: 1
99
submodules: false
1010

11-
osx_image: xcode8.2
12-
1311
matrix:
1412
include:
1513
# Linux builders, all docker images
@@ -41,6 +39,7 @@ matrix:
4139
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin
4240
SRC=.
4341
os: osx
42+
osx_image: xcode8.2
4443
before_script: &osx_before_script >
4544
ulimit -c unlimited
4645
install: &osx_install_sccache >
@@ -59,6 +58,7 @@ matrix:
5958
SRC=.
6059
DEPLOY=1
6160
os: osx
61+
osx_image: xcode8.2
6262
before_script: *osx_before_script
6363
install: *osx_install_sccache
6464
after_failure: *osx_after_failure
@@ -67,6 +67,7 @@ matrix:
6767
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin --disable-rustbuild
6868
SRC=.
6969
os: osx
70+
osx_image: xcode8.2
7071
before_script: *osx_before_script
7172
install: *osx_install_sccache
7273
after_failure: *osx_after_failure
@@ -76,6 +77,7 @@ matrix:
7677
SRC=.
7778
DEPLOY=1
7879
os: osx
80+
osx_image: xcode8.2
7981
before_script: *osx_before_script
8082
install: *osx_install_sccache
8183
after_failure: *osx_after_failure

0 commit comments

Comments
 (0)