Conversation
|
The Windows CI seems to suffer from some basic setup problems: In previous Z3 releases we always ignored the Windows CI because it used the wrong compiler. I believe I now have an idea why: |
|
This one's ready for review/merge. The CI problems are expected/false positives. |
|
Thank you for publishing this important update and for taking care of reviewing and fixing the CI! Indeed, the remaining errors are not relevant. |
|
Hi, I am working on building ocaml-z3 from CMake. It's not fully done yet, but both my forked z3 and the opam packages work well on CI (currently GitHub Actions). I put some updates Z3Prover/z3#7684. I saw Windows CI discussed here. May I ask for more background and status? I also don't understand why llvm is put in the building path, which looks a fragile dependency, |
|
The Opam CI runs on many different platforms, see for example one of the test runs for this PR (e.g https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/eb1839f6536e00144ff383f35c0878f9cb0c30a2) and that does indeed include Windows. The current Opam Windows CI is either misconfigured or the The LLVM dependency only exists for the homebrew setup, which was recently add to the Opam CI. Depending on how you want to look at it, it's also misconfigured or the |
No description provided.