Skip to content

Commit

Permalink
freebsd issue: setsockopt fails
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Sep 6, 2024
1 parent 7a45a57 commit 8e5693f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/irmin-client/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
conduit-lwt-unix
alcotest-lwt
irmin-test
irmin-watcher))
irmin-watcher)
(enabled_if
(<> %{system} "freebsd")))
4 changes: 3 additions & 1 deletion test/irmin-graphql/dune
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
(alias runtest)
(package irmin-graphql)
(action
(run ./test.exe -q --color=always)))
(run ./test.exe -q --color=always))
(enabled_if
(<> %{system} "freebsd")))

0 comments on commit 8e5693f

Please sign in to comment.