You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular the Windows CI is broken due to a Cygwin bug.
The build could be simplified if we switched to a vendor model with opam monorepo. We would be able to build by git clone and dune build (assuming an OCaml compiler is installed)
The current build is complex because it relies on
opam
for package selection and installationIn particular the Windows CI is broken due to a Cygwin bug.
The build could be simplified if we switched to a vendor model with opam monorepo. We would be able to build by
git clone
anddune build
(assuming an OCaml compiler is installed)To achieve this we need to
dune
and vendor: Vendor the OCaml DNS code #542Uwt
toLuv
forlibuv
: ReplaceUwt
withLuv
#539The text was updated successfully, but these errors were encountered: