Skip to content

Conversation

@jmid
Copy link
Member

@jmid jmid commented Oct 31, 2025

With os having valid values such as "linux", "macos", "freebsd", ... it is natural to expect that "windows" is also a valid value. It isn't unfortunately: https://github.com/ocaml/opam-repository/wiki/Depexts-os-distribution---os-family-values 😬

This prompted me to see if there were occurrences of this test in the repo's constraints, and indeed I found a couple:

  • rocqide 9.0.0, 9.0.1, 9.1.0
  • rocq-runtime 9.1.0
  • coqide 8.19.2, 8.20.0, 8.20.1
  • coq-lsp 0.2.3+9.0

This PR fixes them to use the more common os-family != "windows" instead (rather than os != "win32").

@jmid
Copy link
Member Author

jmid commented Oct 31, 2025

There are lots of Windows CI failures 🤷
However now, the previous constraint os != "windows" is no longer constantly true! 😅

@proux01
Copy link
Contributor

proux01 commented Nov 3, 2025

The windows CI failures are expected IIRC, c.f., #28706 for instance

@mseri
Copy link
Member

mseri commented Nov 3, 2025

Thanks!

@mseri mseri merged commit bd172fc into ocaml:master Nov 3, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants