Skip to content

Commit be2352f

Browse files
committed
Disable mod sys/resource on Solaris
Looks like Solaris does not have them according to our CI [1] [1]: https://github.com/nix-rust/nix/actions/runs/19349070659/job/55356544189?pr=2694
1 parent 3ffba6e commit be2352f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ feature! {
9696
#[cfg(not(any(
9797
target_os = "redox",
9898
target_os = "fuchsia",
99+
target_os = "solaris",
99100
target_os = "haiku"
100101
)))]
101102
feature! {

0 commit comments

Comments
 (0)