From 82a81c03e619234cdcfd3dba546a3a63c82059ed Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 10 Nov 2024 22:50:26 +0900 Subject: [PATCH] ci: Temporarily disable 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f2479..b29ed8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,8 @@ jobs: # rustc --print target-list | grep -e '-linux-gnu' - aarch64-unknown-linux-gnu # - aarch64-unknown-linux-gnu_ilp32 # tier3 - - aarch64_be-unknown-linux-gnu # tier3 + # TODO: https://github.com/BurntSushi/memchr/pull/162 + # - aarch64_be-unknown-linux-gnu # tier3 # - aarch64_be-unknown-linux-gnu_ilp32 # tier3 - arm-unknown-linux-gnueabi # - arm-unknown-linux-gnueabihf # supported in rust-cross-toolchain but not ported to this action