From 6ea62ccd2664b8feb0200f6c4004d47d0e8446f3 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 8 Nov 2024 20:57:30 +0900 Subject: [PATCH] ci: Pin nightly toolchain for aarch64_be test https://github.com/rust-lang/rust/pull/132714 bumped memchr without considering aarch64_be is not supported in memchr: https://github.com/BurntSushi/memchr/pull/162 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686e3430..f729b4d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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