File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 99 RUSTDOCFLAGS : -D warnings
1010 TOOL : cargo
1111 # The MSRV
12- TOOLCHAIN : 1.63
12+ TOOLCHAIN : 1.63.0
1313 ZFLAGS :
1414
1515# Tests that don't require executing the build binaries
@@ -140,24 +140,23 @@ task:
140140 matrix :
141141 - name : Linux aarch64
142142 arm_container :
143- image : rust:1.63
143+ image : rust:1.63.0
144144 env :
145145 RUSTFLAGS : --cfg graviton -D warnings
146146 TARGET : aarch64-unknown-linux-gnu
147147 - name : Linux x86_64
148148 container :
149- image : rust:1.63
149+ image : rust:1.63.0
150150 env :
151151 TARGET : x86_64-unknown-linux-gnu
152152 - name : Linux x86_64 musl
153153 container :
154- image : rust:1.63
154+ image : rust:1.63.0
155155 env :
156156 TARGET : x86_64-unknown-linux-musl
157157 setup_script :
158158 - 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
161160 << : *TEST
162161 before_cache_script : rm -rf $CARGO_HOME/registry/index
163162
@@ -177,7 +176,7 @@ task:
177176# Tasks for cross-compiling, but no testing
178177task :
179178 container :
180- image : rust:1.63
179+ image : rust:1.63.0
181180 env :
182181 BUILD : check
183182 HOST : x86_64-unknown-linux-gnu
@@ -251,7 +250,7 @@ task:
251250
252251task :
253252 container :
254- image : rust:1.63
253+ image : rust:1.63.0
255254 env :
256255 BUILD : check
257256 name : Redox x86_64
You can’t perform that action at this time.
0 commit comments