@@ -13,7 +13,7 @@ matrix:
1313 include :
1414 # Images used in testing PR and try-build should be run first.
1515 - env : IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
16- - env : IMAGE=dist-x86_64-linux DEPLOY=1 ALLOW_TRY=1
16+ - env : IMAGE=dist-x86_64-linux DEPLOY=1 ALLOW_TRY=0
1717
1818 # "alternate" deployments, these are "nightlies" but don't have assertions
1919 # turned on, they're deployed to a different location primarily for projects
@@ -37,7 +37,7 @@ matrix:
3737 # OSX builders running tests, these run the full test suite.
3838 #
3939 # Note that the compiler is compiled to target 10.8 here because the Xcode
40- # version that we're using, 8.2 , cannot compile LLVM for OSX 10.7.
40+ # version that we're using, 9.0 , cannot compile LLVM for OSX 10.7.
4141 - env : >
4242 RUST_CHECK_TARGET=check
4343 RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
@@ -46,8 +46,9 @@ matrix:
4646 SCCACHE_ERROR_LOG=/tmp/sccache.log
4747 MACOSX_DEPLOYMENT_TARGET=10.8
4848 MACOSX_STD_DEPLOYMENT_TARGET=10.7
49+ ALLOW_TRY=1
4950 os: osx
50- osx_image: xcode8.2
51+ osx_image: xcode9
5152 - env : >
5253 RUST_CHECK_TARGET=check
5354 RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
@@ -56,8 +57,9 @@ matrix:
5657 SCCACHE_ERROR_LOG=/tmp/sccache.log
5758 MACOSX_DEPLOYMENT_TARGET=10.8
5859 MACOSX_STD_DEPLOYMENT_TARGET=10.7
60+ ALLOW_TRY=1
5961 os: osx
60- osx_image: xcode8.2
62+ osx_image: xcode9
6163
6264 # OSX builders producing releases. These do not run the full test suite and
6365 # just produce a bunch of artifacts.
0 commit comments