File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ 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.9 RUST_BACKTRACE=1
16
- if : type = pull_request OR branch = auto
16
+ if : type = disabled
17
17
18
18
- env : IMAGE=dist-x86_64-linux DEPLOY=1
19
- if : branch = try OR branch = auto
19
+ if : type = disabled
20
20
21
21
# "alternate" deployments, these are "nightlies" but have LLVM assertions
22
22
# turned on, they're deployed to a different location primarily for
23
23
# additional testing.
24
24
- env : IMAGE=dist-x86_64-linux DEPLOY_ALT=1 CI_JOB_NAME=dist-x86_64-linux-alt
25
- if : branch = try OR branch = auto
25
+ if : type = disabled
26
26
27
27
- env : >
28
28
RUST_CHECK_TARGET=dist
@@ -112,8 +112,8 @@ matrix:
112
112
if : branch = auto
113
113
- env : IMAGE=armhf-gnu
114
114
if : branch = auto
115
- - env : IMAGE=dist-various-1 DEPLOY =1
116
- if : branch = auto
115
+ - env : IMAGE=dist-various-1 DEPLOY_ALT =1
116
+ if : branch = try
117
117
- env : IMAGE=dist-various-2 DEPLOY=1
118
118
if : branch = auto
119
119
- env : IMAGE=dist-aarch64-linux DEPLOY=1
@@ -177,7 +177,7 @@ matrix:
177
177
- env : IMAGE=x86_64-gnu-distcheck
178
178
if : branch = auto
179
179
- env : IMAGE=mingw-check
180
- if : type = pull_request OR branch = auto
180
+ if : type = disabled
181
181
182
182
- stage : publish toolstate
183
183
if : branch = master AND type = push
You can’t perform that action at this time.
0 commit comments