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 8c0b1ff commit 3b22875Copy full SHA for 3b22875
.github/workflows/ci.yml
@@ -147,7 +147,9 @@ jobs:
147
- aarch64-unknown-openbsd
148
- aarch64-unknown-redox
149
- arm-linux-androideabi
150
- - arm64_32-apple-watchos
+ # Can't build standard library.
151
+ # See https://github.com/rust-lang/rust/issues/147776
152
+ #- arm64_32-apple-watchos
153
# Standard library doesn't build anymore:
154
# <https://github.com/rust-lang/rust/issues/147437>
155
#- armv7-sony-vita-newlibeabihf
0 commit comments