Skip to content

Commit 103b29f

Browse files
authored
Merge pull request #1579 from asomers/object-bug
Temporarily use Rust 1.51.0 for testing cross-based builds
2 parents c5db0ea + 5e7c5f6 commit 103b29f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ task:
7777
PATH: $HOME/.cargo/bin:$PATH
7878
RUSTFLAGS: --cfg qemu -D warnings
7979
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
8084
matrix:
8185
- name: Linux arm gnueabi
8286
env:

0 commit comments

Comments
 (0)