Skip to content

Commit f063725

Browse files
authored
Disable aarch64-unknown-openbsd in CI (#1917)
1 parent 3661806 commit f063725

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
@@ -143,7 +143,9 @@ jobs:
143143
- aarch64-unknown-linux-musl
144144
- aarch64-unknown-netbsd
145145
- aarch64-unknown-nto-qnx710
146-
- aarch64-unknown-openbsd
146+
# Standard library doesn't build anymore:
147+
# <https://github.com/rust-lang/rust/issues/148898>
148+
# - aarch64-unknown-openbsd
147149
- aarch64-unknown-redox
148150
- arm-linux-androideabi
149151
- arm64_32-apple-watchos

0 commit comments

Comments
 (0)