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 Dec 4, 2023
1 parent da45140 commit 491d766
Show file tree
Hide file tree
Showing 16 changed files with 463 additions and 67 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:
# https://github.com/nix-rust/nix/issues/2200
#- 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 src/dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ impl Entry {
target_os = "emscripten",
target_os = "fuchsia",
target_os = "haiku",
target_os = "hurd",
solarish,
linux_android,
apple_targets))] {
Expand Down
Loading

0 comments on commit 491d766

Please sign in to comment.