From 14303cac9ebbf347bc85a93f6ef45f2e6d0f23a0 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:07:28 +0100 Subject: [PATCH] fix(ci): enable Hurd target --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c9259ee2..bd589b4700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,12 +363,7 @@ jobs: # Temporarily disable armv7-unknown-linux-uclibceabihf # https://github.com/rust-lang/rust/issues/154679 # - target: armv7-unknown-linux-uclibceabihf - # Disable Hurd due to - # 1. https://github.com/rust-lang/libc/issues/4421 - # 2. https://github.com/nix-rust/nix/pull/2635#issuecomment-2842062528 - # - # We can bring it back when 1 gets fixed and it is applied to the std lib - # - target: i686-unknown-hurd-gnu + - target: i686-unknown-hurd-gnu steps: - name: checkout uses: actions/checkout@v4