GHA: Add OCaml 5.3 to the build matrix#6192
Merged
kit-ty-kate merged 3 commits intoocaml:masterfrom Jan 23, 2025
Merged
Conversation
6f9c56f to
05ae806
Compare
Member
|
Why are we dropping i686 builds completely? I can't remember - do the Linux builds use opam to create the compiler switches, or did we optimise it with a system compiler? |
This was referenced Sep 25, 2024
05ae806 to
eab7333
Compare
1f92b27 to
2237cac
Compare
2237cac to
19c46f0
Compare
19c46f0 to
45936c5
Compare
45936c5 to
6b48fa5
Compare
Member
Author
Member
Author
|
ocaml/ocaml#13591 was supposed to fix this issue (ocaml/ocaml#13541) but it doesn't look like it did |
Member
Author
|
cc @NickBarnes as well just in case since you also reviewed that PR |
2a5a2c3 to
8c1e0b7
Compare
aad580b to
ade79af
Compare
Member
Author
|
C++ support is indeed broken on Cygwin (see mention in MisterDA/ocaml#118). I've disabled it temporarily while this is being debugged and fixed upstream (hopefully in a future 5.3.1 release). In the meantime this is ready to review and merge |
rjbou
approved these changes
Jan 23, 2025
dra27
reviewed
Jan 23, 2025
Member
dra27
left a comment
There was a problem hiding this comment.
LGTM - just may as well bump to 5.2.1 while transferring it to the "library tests" bit
ade79af to
a194a11
Compare
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.
Split off from #6189 as OCaml 5.3 is not released yet and contains several issues such as incompatibility with C++ (ocaml/ocaml#13422) and Cygwin (ocaml/ocaml#13421)