Skip to content

Commit b400dce

Browse files
committed
Temporarily disable armv7-unknown-linux-uclibceabihf in CI
Issue nix-rust#2200
1 parent dbdcfed commit b400dce

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)