Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading