Closed yallop closed 4 years ago
The dune 2.0.0b build is failing with 4.05.0+mingw32c. The following is from the Appveyor build logs for ctypes:
dune 2.0.0b
4.05.0+mingw32c
#=== ERROR while compiling dune.2.0.0b ========================================# # context 2.0.5 | win32/x86_64 | ocaml-variants.4.05.0+mingw32c | git+https://github.com/fdopen/opam-repository-mingw.git#opam2 # path ~/.opam/ocaml-variants.4.05.0+mingw32c/.opam-switch/build/dune.2.0.0b # command C:\cygwin64\bin\sh.exe build.sh # exit-code 1 # env-file ~/.opam/log/dune-1996-126656.env # output-file ~/.opam/log/dune-1996-126656.out ### output ### # mv: cannot stat '=./dune.32.exe': No such file or directory
fixed by 80dfc4950759ab4a1351dce3974eba126ba37bee
Thanks for the quick fix! I can confirm that this is working again in the ctypes Appveyor build.
The
dune 2.0.0b
build is failing with4.05.0+mingw32c
. The following is from the Appveyor build logs for ctypes: