File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -61,36 +61,36 @@ matrix:
61
61
IMAGE=cross
62
62
- env : TARGET=mips64-unknown-linux-gnuabi64
63
63
IMAGE=cross
64
- rust : beta
64
+ rust : beta-2017-03-03
65
65
- env : TARGET=mips64el-unknown-linux-gnuabi64
66
66
IMAGE=cross
67
- rust : beta
67
+ rust : beta-2017-03-03
68
68
- env : TARGET=s390x-unknown-linux-gnu
69
69
IMAGE=cross
70
- rust : beta
70
+ rust : beta-2017-03-03
71
71
- env : TARGET=powerpc-unknown-linux-gnu
72
72
IMAGE=cross
73
- rust : beta
73
+ rust : beta-2017-03-03
74
74
- env : TARGET=powerpc64-unknown-linux-gnu
75
75
IMAGE=cross
76
- rust : beta
76
+ rust : beta-2017-03-03
77
77
- env : TARGET=powerpc64le-unknown-linux-gnu
78
78
IMAGE=cross
79
- rust : beta
79
+ rust : beta-2017-03-03
80
80
81
81
# beta/nightly builds
82
82
- env : TARGET=x86_64-unknown-linux-gnu
83
83
ALT=i686-unknown-linux-gnu
84
84
IMAGE=dist
85
85
MAKE_TARGETS="test distcheck doc install uninstall"
86
86
DEPLOY=0
87
- rust : beta
87
+ rust : beta-2017-03-03
88
88
- env : TARGET=x86_64-unknown-linux-gnu
89
89
ALT=i686-unknown-linux-gnu
90
90
IMAGE=dist
91
91
MAKE_TARGETS="test distcheck doc install uninstall"
92
92
DEPLOY=0
93
- rust : nightly
93
+ rust : nightly-2017-03-03
94
94
95
95
exclude :
96
96
- rust : stable
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ install:
30
30
31
31
# FIXME(#3394) use master rustup
32
32
- curl -sSfO https://static.rust-lang.org/rustup/archive/0.6.5/x86_64-pc-windows-msvc/rustup-init.exe
33
- - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
33
+ - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-03-03
34
34
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
35
35
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
36
36
- if defined OTHER_TARGET rustup target add %OTHER_TARGET%
You can’t perform that action at this time.
0 commit comments