We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e2de0 commit 0fb3460Copy full SHA for 0fb3460
.github/workflows/ci.yml
@@ -271,7 +271,9 @@ jobs:
271
# https://github.com/nix-rust/nix/issues/2200
272
#- target: armv7-unknown-linux-uclibceabihf
273
- target: x86_64-unknown-haiku
274
- - target: i686-unknown-hurd-gnu
+ # Disable hurd due to
275
+ # https://github.com/nix-rust/nix/issues/2306
276
+ # - target: i686-unknown-hurd-gnu
277
steps:
278
- name: checkout
279
uses: actions/checkout@v4
0 commit comments