Skip to content

Commit 0fb3460

Browse files
authored
Temporarily disable CI on GNU hurd (#2307)
#2306
1 parent 64e2de0 commit 0fb3460

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ jobs:
271271
# https://github.com/nix-rust/nix/issues/2200
272272
#- target: armv7-unknown-linux-uclibceabihf
273273
- target: x86_64-unknown-haiku
274-
- target: i686-unknown-hurd-gnu
274+
# Disable hurd due to
275+
# https://github.com/nix-rust/nix/issues/2306
276+
# - target: i686-unknown-hurd-gnu
275277
steps:
276278
- name: checkout
277279
uses: actions/checkout@v4

0 commit comments

Comments
 (0)