Skip to content

Commit 3b22875

Browse files
Disable CI for arm64_32-apple-watchos (#1910)
The Rust std lib currently fails to build rust-lang/rust#147776.
1 parent 8c0b1ff commit 3b22875

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
@@ -147,7 +147,9 @@ jobs:
147147
- aarch64-unknown-openbsd
148148
- aarch64-unknown-redox
149149
- arm-linux-androideabi
150-
- arm64_32-apple-watchos
150+
# Can't build standard library.
151+
# See https://github.com/rust-lang/rust/issues/147776
152+
#- arm64_32-apple-watchos
151153
# Standard library doesn't build anymore:
152154
# <https://github.com/rust-lang/rust/issues/147437>
153155
#- armv7-sony-vita-newlibeabihf

0 commit comments

Comments
 (0)