summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 4 insertions, 0 deletions
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: