@@ -13,7 +13,7 @@ matrix:
13
13
include :
14
14
# Images used in testing PR and try-build should be run first.
15
15
- 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
17
17
18
18
# "alternate" deployments, these are "nightlies" but don't have assertions
19
19
# turned on, they're deployed to a different location primarily for projects
@@ -37,7 +37,7 @@ matrix:
37
37
# OSX builders running tests, these run the full test suite.
38
38
#
39
39
# 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.
41
41
- env : >
42
42
RUST_CHECK_TARGET=check
43
43
RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
@@ -46,8 +46,9 @@ matrix:
46
46
SCCACHE_ERROR_LOG=/tmp/sccache.log
47
47
MACOSX_DEPLOYMENT_TARGET=10.8
48
48
MACOSX_STD_DEPLOYMENT_TARGET=10.7
49
+ ALLOW_TRY=1
49
50
os: osx
50
- osx_image: xcode8.2
51
+ osx_image: xcode9
51
52
- env : >
52
53
RUST_CHECK_TARGET=check
53
54
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
@@ -56,8 +57,9 @@ matrix:
56
57
SCCACHE_ERROR_LOG=/tmp/sccache.log
57
58
MACOSX_DEPLOYMENT_TARGET=10.8
58
59
MACOSX_STD_DEPLOYMENT_TARGET=10.7
60
+ ALLOW_TRY=1
59
61
os: osx
60
- osx_image: xcode8.2
62
+ osx_image: xcode9
61
63
62
64
# OSX builders producing releases. These do not run the full test suite and
63
65
# just produce a bunch of artifacts.
0 commit comments