File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 9
9
RUSTDOCFLAGS : -D warnings
10
10
TOOL : cargo
11
11
# The MSRV
12
- TOOLCHAIN : 1.63
12
+ TOOLCHAIN : 1.63.0
13
13
ZFLAGS :
14
14
15
15
# Tests that don't require executing the build binaries
@@ -140,24 +140,23 @@ task:
140
140
matrix :
141
141
- name : Linux aarch64
142
142
arm_container :
143
- image : rust:1.63
143
+ image : rust:1.63.0
144
144
env :
145
145
RUSTFLAGS : --cfg graviton -D warnings
146
146
TARGET : aarch64-unknown-linux-gnu
147
147
- name : Linux x86_64
148
148
container :
149
- image : rust:1.63
149
+ image : rust:1.63.0
150
150
env :
151
151
TARGET : x86_64-unknown-linux-gnu
152
152
- name : Linux x86_64 musl
153
153
container :
154
- image : rust:1.63
154
+ image : rust:1.63.0
155
155
env :
156
156
TARGET : x86_64-unknown-linux-musl
157
157
setup_script :
158
158
- rustup target add $TARGET
159
- - rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET
160
- - rustup component add --toolchain $TOOLCHAIN clippy
159
+ - rustup component add clippy
161
160
<< : *TEST
162
161
before_cache_script : rm -rf $CARGO_HOME/registry/index
163
162
@@ -177,7 +176,7 @@ task:
177
176
# Tasks for cross-compiling, but no testing
178
177
task :
179
178
container :
180
- image : rust:1.63
179
+ image : rust:1.63.0
181
180
env :
182
181
BUILD : check
183
182
HOST : x86_64-unknown-linux-gnu
@@ -251,7 +250,7 @@ task:
251
250
252
251
task :
253
252
container :
254
- image : rust:1.63
253
+ image : rust:1.63.0
255
254
env :
256
255
BUILD : check
257
256
name : Redox x86_64
You can’t perform that action at this time.
0 commit comments