During ocaml/opam-repository#26501, in https://github.com/ocaml/opam-repository/actions/runs/10723880870/job/29738202075?pr=26501:
#=== ERROR while compiling luv.0.5.14 =========================================#
# context 2.2.1 | win32/x86_64 | ocaml.5.2.0 | file://D:/a/opam-repository/opam-repository
# path D:\opamroot\default\.opam-switch\build\luv.0.5.14
# command D:\opamroot\default\bin\dune.exe build -p luv -j 3
# exit-code 1
# env-file D:\opamroot\log\luv-1908-3d2dda.env
# output-file D:\opamroot\log\luv-1908-3d2dda.out
### output ###
# File "_build/.dune/default/src/c/dune", lines 47-66, characters 0-815:
# 47 | (rule
# 48 | (targets libuv.a dlluv%{ext_dll})
# 49 | (deps (source_tree vendor))
# ....
# [64](https://github.com/ocaml/opam-repository/actions/runs/10723880870/job/29738202075?pr=26501#step:12:65) | "cp vendor/libuv/libuv.so.1.0.0 dlluv.so || \
# [65](https://github.com/ocaml/opam-repository/actions/runs/10723880870/job/29738202075?pr=26501#step:12:66) | cp vendor/libuv/libuv.1.dylib dlluv.so || \
# [66](https://github.com/ocaml/opam-repository/actions/runs/10723880870/job/29738202075?pr=26501#step:12:67) | cp vendor/bin/libuv-1.dll dlluv.dll")))))
# (cd _build/default/src/c/vendor/libuv && D:\opamroot\.cygwin\root\bin\bash.exe -e -u -o pipefail -c "sh libtool --silent --no-warnings --mode install cp libuv.la `pwd`") &> D:\opamroot\default\.opam-switch\build\luv.0.5.14\nul
# Command exited with code 1.
The build seems to work in Luv's own CI, but maybe it's significant that this is on 5.2.0, or there is another issue.
During ocaml/opam-repository#26501, in https://github.com/ocaml/opam-repository/actions/runs/10723880870/job/29738202075?pr=26501:
The build seems to work in Luv's own CI, but maybe it's significant that this is on 5.2.0, or there is another issue.