From 1bada5d357041d76a4d0e21fd8dcf9c1a4371a4a Mon Sep 17 00:00:00 2001 From: ArthurW Date: Thu, 5 Sep 2024 13:31:33 +0200 Subject: [PATCH] freebsd issues --- test/irmin-client/dune | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/irmin-client/dune b/test/irmin-client/dune index 0a2920ca17..3ce7abc817 100644 --- a/test/irmin-client/dune +++ b/test/irmin-client/dune @@ -9,4 +9,6 @@ conduit-lwt-unix alcotest-lwt irmin-test - irmin-watcher)) + irmin-watcher) + (enabled_if + (<> %{system} "freebsd")))