Skip to content

Commit

Permalink
Temporarily disable CI on GNU hurd (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Feb 6, 2024
1 parent 64e2de0 commit 0fb3460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ jobs:
# https://github.com/nix-rust/nix/issues/2200
#- target: armv7-unknown-linux-uclibceabihf
- target: x86_64-unknown-haiku
- target: i686-unknown-hurd-gnu
# Disable hurd due to
# https://github.com/nix-rust/nix/issues/2306
# - target: i686-unknown-hurd-gnu
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0fb3460

Please sign in to comment.