Skip to content

Commit 6ea62cc

Browse files
committed
ci: Pin nightly toolchain for aarch64_be test
rust-lang/rust#132714 bumped memchr without considering aarch64_be is not supported in memchr: BurntSushi/memchr#162
1 parent 15adb28 commit 6ea62cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
target: aarch64_be-unknown-linux-gnu
9999
- rust: nightly-2023-08-24 # Rust 1.74, LLVM 17 (oldest version that MaybeUninit register is supported)
100100
target: aarch64_be-unknown-linux-gnu
101-
- rust: nightly
101+
- rust: nightly-2024-11-07 # TODO: https://github.com/BurntSushi/memchr/pull/162
102102
target: aarch64_be-unknown-linux-gnu
103103
- rust: '1.59' # LLVM 13
104104
target: armv5te-unknown-linux-gnueabi

0 commit comments

Comments
 (0)