File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 47
47
stage : 32bit-tier1
48
48
- env : TARGET=x86_64-unknown-linux-gnu RUSTFLAGS="-C target-feature=+sse4.2"
49
49
name : " x86_64-unknown-linux-gnu + SSE4.2"
50
- install : rustup component add rustfmt-preview
51
50
stage : build-test-verify
52
51
- env : TARGET=x86_64-unknown-linux-gnu RUSTFLAGS="-C target-feature=+avx2"
53
52
name : " x86_64-unknown-linux-gnu + AVX2"
54
- install : rustup component add rustfmt-preview
55
53
stage : build-test-verify
56
54
- env : TARGET=arm-unknown-linux-gnueabihf
57
55
name : " arm-unknown-linux-gnueabihf"
@@ -172,16 +170,14 @@ jobs:
172
170
- name : " rustfmt"
173
171
install : true
174
172
script : |
175
- if rustup component add rustfmt-preview ; then
176
- ci/all.sh check_fmt || true
177
- fi
173
+ rustup toolchain install nightly -c rustfmt --allow-downgrade
174
+ ci/all.sh check_fmt || true
178
175
stage : tools
179
176
- name : " clippy"
180
177
install : true
181
178
script : |
182
- if rustup component add clippy-preview ; then
183
- ci/all.sh clippy
184
- fi
179
+ rustup component add clippy
180
+ ci/all.sh clippy
185
181
stage : tools
186
182
187
183
allow_failures :
You can’t perform that action at this time.
0 commit comments