We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a971ae commit 472843fCopy full SHA for 472843f
.github/workflows/ci.yml
@@ -48,7 +48,8 @@ jobs:
48
# rustc --print target-list | grep -e '-linux-gnu'
49
- aarch64-unknown-linux-gnu
50
# - aarch64-unknown-linux-gnu_ilp32 # tier3
51
- - aarch64_be-unknown-linux-gnu # tier3
+ # TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/348
52
+ # - aarch64_be-unknown-linux-gnu # tier3
53
# - aarch64_be-unknown-linux-gnu_ilp32 # tier3
54
- arm-unknown-linux-gnueabi
55
# - arm-unknown-linux-gnueabihf # supported in rust-cross-toolchain but not ported to this action
0 commit comments