Skip to content

Commit

Permalink
ci: Pin nightly toolchain for aarch64_be test
Browse files Browse the repository at this point in the history
rust-lang/rust#132714 bumped memchr without
considering aarch64_be is not supported in memchr:
BurntSushi/memchr#162
  • Loading branch information
taiki-e committed Nov 8, 2024
1 parent 15adb28 commit 6ea62cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
target: aarch64_be-unknown-linux-gnu
- rust: nightly-2023-08-24 # Rust 1.74, LLVM 17 (oldest version that MaybeUninit register is supported)
target: aarch64_be-unknown-linux-gnu
- rust: nightly
- rust: nightly-2024-11-07 # TODO: https://github.com/BurntSushi/memchr/pull/162
target: aarch64_be-unknown-linux-gnu
- rust: '1.59' # LLVM 13
target: armv5te-unknown-linux-gnueabi
Expand Down

1 comment on commit 6ea62cc

@mati865
Copy link

@mati865 mati865 commented on 6ea62cc Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was nothing in the comment about aarch64_be.
I don't know what are the policies for Tier 3 platforms, but maybe it can be reverted?

Please sign in to comment.