Skip to content

Commit a90b4b2

Browse files
authored
Add GNU/Hurd support (#2131)
1 parent b763d73 commit a90b4b2

File tree

16 files changed

+463
-68
lines changed

16 files changed

+463
-68
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ 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
274275
steps:
275276
- name: checkout
276277
uses: actions/checkout@v4

src/dir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ impl Entry {
228228
target_os = "emscripten",
229229
target_os = "fuchsia",
230230
target_os = "haiku",
231+
target_os = "hurd",
231232
solarish,
232233
linux_android,
233234
apple_targets))] {

0 commit comments

Comments
 (0)