Skip to content

Commit

Permalink
ci: Temporarily disable 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 10, 2024
1 parent 0ba222c commit 82a81c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82a81c0

Please sign in to comment.