From 5e7c5f6e885753cb1d8ac2459da5a40b361ac684 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 21 Oct 2021 19:28:11 -0600 Subject: Temporarily use Rust 1.51.0 for testing cross-based builds A bug in gimli-rs/object is causing the build to fail at the "cargo install cross" step. Until that's fixed, we must use Rust 1.51.0 or newer for cross-based builds. https://github.com/gimli-rs/object/issues/394 --- .cirrus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3848f920..24a075fe 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -77,6 +77,10 @@ task: PATH: $HOME/.cargo/bin:$PATH RUSTFLAGS: --cfg qemu -D warnings TOOL: cross + # cross-based builds must temporarily use Rust 1.51.0 due to this bug: + # https://github.com/gimli-rs/object/issues/394 + TOOLCHAIN: 1.51.0 + CLIPPYFLAGS: -D warnings -A clippy::upper_case_acronyms -A clippy::unnecessary-wraps matrix: - name: Linux arm gnueabi env: -- cgit v1.2.3