From b400dceab958f3d42c08deb1725339df96d634ab Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 22 Nov 2023 17:19:59 -0700 Subject: [PATCH] Temporarily disable armv7-unknown-linux-uclibceabihf in CI Issue #2200 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e07d2572ff..9338285e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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