Skip to content

Commit

Permalink
Temporarily disable armv7-unknown-linux-uclibceabihf in CI (#2201)
Browse files Browse the repository at this point in the history
Issue #2200
  • Loading branch information
asomers committed Nov 23, 2023
1 parent dbdcfed commit a96a31e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -267,7 +267,9 @@ jobs:
include:
- target: x86_64-unknown-dragonfly
- target: x86_64-unknown-openbsd
- target: armv7-unknown-linux-uclibceabihf
# Temporarily disable armv7-unknown-linux-uclibceabihf
# https://github.com/nix-rust/nix/issues/2200
#- target: armv7-unknown-linux-uclibceabihf
- target: x86_64-unknown-haiku
steps:
- name: checkout
Expand Down

0 comments on commit a96a31e

Please sign in to comment.