Skip to content

Commit

Permalink
Merge pull request #1579 from asomers/object-bug
Browse files Browse the repository at this point in the history
Temporarily use Rust 1.51.0 for testing cross-based builds
  • Loading branch information
asomers authored Oct 22, 2021
2 parents c5db0ea + 5e7c5f6 commit 103b29f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 103b29f

Please sign in to comment.