I cannot compile Coq anymore (OCaml 5.2.0) because I get a bunch of missing cmx file warnings and an error:
Error: Error while linking clib/clib.cma(Memprof_coq):
The external function caml_mutex_unlock is not available
https://github.com/coq/coq/pull/19243
Indeed I was under the impression we had a small CI job testing 5.x compilation, we'll add one so this doesn't happen in the future.
Last updated: Oct 13 2024 at 01:02 UTC