Skip to content

Commit

Permalink
Add GNU/Hurd support
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Nov 12, 2023
1 parent b9ff39e commit 19d6b4f
Show file tree
Hide file tree
Showing 17 changed files with 391 additions and 50 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:
- target: x86_64-unknown-openbsd
- target: armv7-unknown-linux-uclibceabihf
- target: x86_64-unknown-haiku
- target: i686-unknown-hurd-gnu
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ The following targets are supported by `nix`:
</td>
<td>
<li>armv7-unknown-linux-uclibceabihf</li>
<li>i686-unknown-hurd-gnu</li>
<li>powerpc64-unknown-linux-gnu</li>
<li>x86_64-fuchsia</li>
<li>x86_64-unknown-dragonfly</li>
Expand Down
1 change: 1 addition & 0 deletions src/dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ impl Entry {
target_os = "emscripten",
target_os = "fuchsia",
target_os = "haiku",
target_os = "hurd",
target_os = "illumos",
apple_targets,
target_os = "l4re",
Expand Down
Loading

0 comments on commit 19d6b4f

Please sign in to comment.