Skip to content

Commit bc2b023

Browse files
committed
Tweak cirrus rust versions
Signed-off-by: Alex Saveau <[email protected]>
1 parent fb80246 commit bc2b023

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.cirrus.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
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
178177
task:
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

252251
task:
253252
container:
254-
image: rust:1.63
253+
image: rust:1.63.0
255254
env:
256255
BUILD: check
257256
name: Redox x86_64

0 commit comments

Comments
 (0)