Skip to content

Commit 19d6b4f

Browse files
committed
Add GNU/Hurd support
1 parent b9ff39e commit 19d6b4f

17 files changed

+391
-50
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
- target: x86_64-unknown-openbsd
268268
- target: armv7-unknown-linux-uclibceabihf
269269
- target: x86_64-unknown-haiku
270+
- target: i686-unknown-hurd-gnu
270271
steps:
271272
- name: checkout
272273
uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The following targets are supported by `nix`:
9292
</td>
9393
<td>
9494
<li>armv7-unknown-linux-uclibceabihf</li>
95+
<li>i686-unknown-hurd-gnu</li>
9596
<li>powerpc64-unknown-linux-gnu</li>
9697
<li>x86_64-fuchsia</li>
9798
<li>x86_64-unknown-dragonfly</li>

src/dir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ impl Entry {
229229
target_os = "emscripten",
230230
target_os = "fuchsia",
231231
target_os = "haiku",
232+
target_os = "hurd",
232233
target_os = "illumos",
233234
apple_targets,
234235
target_os = "l4re",

0 commit comments

Comments
 (0)