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 716890a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Expand Up @@ -289,8 +289,13 @@ 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
<< : *BUILD
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down

0 comments on commit 716890a

Please sign in to comment.