Skip to content

Commit 8d330c2

Browse files
Disable CI check for armv7-sony-vita-newlibeabihf (#1907)
Standard library doesn't build anymore: rust-lang/rust#147437.
1 parent 3c7ed97 commit 8d330c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ jobs:
148148
- aarch64-unknown-redox
149149
- arm-linux-androideabi
150150
- arm64_32-apple-watchos
151-
- armv7-sony-vita-newlibeabihf
151+
# Standard library doesn't build anymore:
152+
# <https://github.com/rust-lang/rust/issues/147437>
153+
#- armv7-sony-vita-newlibeabihf
152154
- i686-unknown-linux-gnu
153155
# TODO: reenable <https://github.com/tokio-rs/mio/issues/1844>.
154156
#- i686-unknown-hurd-gnu

0 commit comments

Comments
 (0)