From 6d3389bb6fbdb358db3089b6b1fcaf5105f6b890 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:25:30 +0100 Subject: [PATCH] Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (#2764)" This reverts commit d32aad9a9a27ec6cf3adda417321ebdf9128998a. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd589b4700..03c1787eba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -360,9 +360,7 @@ jobs: - target: x86_64-unknown-dragonfly - target: x86_64-unknown-openbsd - target: x86_64-unknown-haiku - # Temporarily disable armv7-unknown-linux-uclibceabihf - # https://github.com/rust-lang/rust/issues/154679 - # - target: armv7-unknown-linux-uclibceabihf + - target: armv7-unknown-linux-uclibceabihf - target: i686-unknown-hurd-gnu steps: - name: checkout