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 3c7ed97 commit 8d330c2Copy full SHA for 8d330c2
.github/workflows/ci.yml
@@ -148,7 +148,9 @@ jobs:
148
- aarch64-unknown-redox
149
- arm-linux-androideabi
150
- arm64_32-apple-watchos
151
- - armv7-sony-vita-newlibeabihf
+ # Standard library doesn't build anymore:
152
+ # <https://github.com/rust-lang/rust/issues/147437>
153
+ #- armv7-sony-vita-newlibeabihf
154
- i686-unknown-linux-gnu
155
# TODO: reenable <https://github.com/tokio-rs/mio/issues/1844>.
156
#- i686-unknown-hurd-gnu
0 commit comments