Skip to content

Commit b54e2e6

Browse files
committed
Disable armv7-sony-vita-newlibeabihf CI check
It's currently broken, see rust-lang/rust#147437.
1 parent 2d4a2f7 commit b54e2e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
- arm-linux-androideabi
7777
- arm64_32-apple-watchos
7878
- armv7-linux-androideabi
79-
- armv7-sony-vita-newlibeabihf
79+
# Broken, see https://github.com/rust-lang/rust/issues/147437.
80+
#- armv7-sony-vita-newlibeabihf
8081
- armv7-unknown-linux-ohos
8182
- i686-linux-android
8283
# Broken, see https://github.com/rust-lang/socket2/issues/539.

0 commit comments

Comments
 (0)