Open smorimoto opened 3 days ago
I noticed on one of my machines that updating brew caused it to uninstall pkgconf but keep pkg-config, because of a conflict. So I think something's changed in brew such that you can no longer have both of those at once.
Now, you shouldn't need to, so my guess is that opam is doing something wrong and either it or the conf-pkg-config wrapper package, or both, need to be updated in setup-ocaml@v3.
Apparently this doesn't happen with setup-ocaml@v2...
Thank you for the PR, @smorimoto! I'm assuming that the failure in the
Run integration tests with coverage reporting
job is unrelated, as that job doesn't use OCaml in any way.Do you have any ideas what might be causing the
opam
-related build failure in this job?This currently works on
master
, and the only difference I can see is that the successful job onmaster
installsopam-2.1.6
, while the failing job in this PR installsopam-2.3.0
. Should we be runningopam install
with--assume-depexts
to preventopam
from trying to installpkgconf
?