Skip to content

Commit

Permalink
Pin nightly compiler used in CI for uclibc
Browse files Browse the repository at this point in the history
Workaround for rust-lang/rust#95866
  • Loading branch information
asomers committed Apr 10, 2022
1 parent 145c240 commit a5ca584
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .cirrus.yml
Expand Up @@ -289,8 +289,14 @@ task:
- name: Linux armv7 uclibceabihf
env:
TARGET: armv7-unknown-linux-uclibceabihf
# Pin nightly compiler due to
# https://github.com/rust-lang/rust/issues/95866
TOOLCHAIN: nightly-2022-04-01
setup_script:
- rustup component add rust-src
# install the pinned compiler, if necessary
- rustup toolchain install $TOOLCHAIN --profile minimal
- rustup component add --toolchain $TOOLCHAIN rust-src
- rustup component add --toolchain $TOOLCHAIN clippy
<< : *BUILD
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down

0 comments on commit a5ca584

Please sign in to comment.