We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145c240 commit a5ca584Copy full SHA for a5ca584
.cirrus.yml
@@ -289,8 +289,14 @@ task:
289
- name: Linux armv7 uclibceabihf
290
env:
291
TARGET: armv7-unknown-linux-uclibceabihf
292
+ # Pin nightly compiler due to
293
+ # https://github.com/rust-lang/rust/issues/95866
294
+ TOOLCHAIN: nightly-2022-04-01
295
setup_script:
- - rustup component add rust-src
296
+ # install the pinned compiler, if necessary
297
+ - rustup toolchain install $TOOLCHAIN --profile minimal
298
+ - rustup component add --toolchain $TOOLCHAIN rust-src
299
+ - rustup component add --toolchain $TOOLCHAIN clippy
300
<< : *BUILD
301
before_cache_script: rm -rf $CARGO_HOME/registry/index
302
0 commit comments