Skip to content

Commit a96a31e

Browse files
authored
Temporarily disable armv7-unknown-linux-uclibceabihf in CI (#2201)
Issue #2200
1 parent dbdcfed commit a96a31e

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
@@ -267,7 +267,9 @@ jobs:
267267
include:
268268
- target: x86_64-unknown-dragonfly
269269
- target: x86_64-unknown-openbsd
270-
- target: armv7-unknown-linux-uclibceabihf
270+
# Temporarily disable armv7-unknown-linux-uclibceabihf
271+
# https://github.com/nix-rust/nix/issues/2200
272+
#- target: armv7-unknown-linux-uclibceabihf
271273
- target: x86_64-unknown-haiku
272274
steps:
273275
- name: checkout

0 commit comments

Comments
 (0)