Skip to content

Commit beda6e0

Browse files
authored
Disable check-buildstd for armv7k-apple-watchos (#1599)
1 parent cda8b38 commit beda6e0

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
@@ -257,7 +257,8 @@ jobs:
257257
- x86_64-apple-watchos-sim
258258
# FIXME(madsmtm): needs deployment target
259259
# - arm64_32-apple-watchos
260-
- armv7k-apple-watchos
260+
# FIXME(nobodyxu): https://github.com/rust-lang/rust/issues/147776
261+
# - armv7k-apple-watchos
261262
- aarch64-apple-visionos
262263
- aarch64-apple-visionos-sim
263264
steps:

0 commit comments

Comments
 (0)