Skip to content

Commit

Permalink
Temporarily disable aarch64_be test
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 22, 2024
1 parent 03bea16 commit 2fee031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform-support-status-tier3.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ See [platform-support-status.md](platform-support-status.md) for Tier 1 & Tier 2
- [ ] aarch64-unknown-teeos
- [ ] aarch64-uwp-windows-msvc
- [ ] aarch64-wrs-vxworks
- [x] aarch64_be-unknown-linux-gnu
- [ ] aarch64_be-unknown-linux-gnu
- [ ] aarch64_be-unknown-linux-gnu_ilp32
- [ ] aarch64_be-unknown-netbsd
- [ ] arm64_32-apple-watchos
Expand Down
3 changes: 2 additions & 1 deletion tools/target-list-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
linux_gnu_targets=(
aarch64-unknown-linux-gnu
# aarch64-unknown-linux-gnu_ilp32 # tier3
aarch64_be-unknown-linux-gnu # tier3
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
# aarch64_be-unknown-linux-gnu # tier3
# aarch64_be-unknown-linux-gnu_ilp32 # tier3
arm-unknown-linux-gnueabi
arm-unknown-linux-gnueabihf
Expand Down

0 comments on commit 2fee031

Please sign in to comment.