ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

eio_linux: mark as only available on Linux #629

Closed talex5 closed 11 months ago

talex5 commented 11 months ago

This avoids the CI trying to test it on e.g. FreeBSD.

talex5 commented 11 months ago

However, it still fails to find a solution on FreeBSD:

2023-10-07 13:33.47 [INFO] = freebsd-5.1_opam-2.1 =
      ocaml-base-compiler.5.1.0: Rejected by user-specified constraint ocaml-base-compiler (= 5.1)

/cc @tmcgilchrist