We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5db0ea + 5e7c5f6 commit 103b29fCopy full SHA for 103b29f
.cirrus.yml
@@ -77,6 +77,10 @@ task:
77
PATH: $HOME/.cargo/bin:$PATH
78
RUSTFLAGS: --cfg qemu -D warnings
79
TOOL: cross
80
+ # cross-based builds must temporarily use Rust 1.51.0 due to this bug:
81
+ # https://github.com/gimli-rs/object/issues/394
82
+ TOOLCHAIN: 1.51.0
83
+ CLIPPYFLAGS: -D warnings -A clippy::upper_case_acronyms -A clippy::unnecessary-wraps
84
matrix:
85
- name: Linux arm gnueabi
86
env:
0 commit comments