GHA: Add OCaml 5.4 to the test matrix#6732
Merged
rjbou merged 2 commits intoocaml:masterfrom Nov 6, 2025
Merged
Conversation
21efaee to
5d0c341
Compare
Member
Author
|
@dra27 do you have any idea where the errors are coming from? |
Member
Author
|
The rest of the errors are tracked in the lwt bugtracker: |
Member
|
I think we have never tested findlib 1.9.8 on Cygwin with OCaml 5.x? There's an escaping issue in https://github.com/ocaml/ocamlfind/blob/findlib-1.9.8/tools/patch - when building findlib with Cygwin itself, USE_CYGPATH=0 IIRC. I think it's a bug in findlib, therefore (I'm just building locally) |
dc1c9f6 to
5953047
Compare
… issues on Windows
rjbou
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The second "temporary" commit is necessary to have ocamlfind and lwt working, per the comments below.
Once merged i'll open a separate PR to revert it for whenever these two projects have been fixed upstream