Merged
Conversation
Member
Author
|
To expend a little bit on the TODOs listed above, as done in yesterday's dev meeting: During each OCaml release cycle, making sure opam compiles with it on each platform we test is extremely time-consuming without taking advantage of our CI. However currently it doesn't support pre-releases of the compiler without some heavy hacks (and even then...). With my OCaml Software Foundation hat on, testing it is also extremely useful for the compiler itself (e.g. ocaml/ocaml#13541) and it is thus it is more useful during the pre-releases. I'm thus planning to modify the CI scripts to be able to test pre-releases of the compiler, and maybe compiler PRs too (although to avoid hacks i'd need ocaml/opam-repository#28455, so maybe in a separate PR) |
5601074 to
386cccf
Compare
6a532b8 to
68fa328
Compare
68fa328 to
9ca5b3f
Compare
rjbou
approved these changes
Nov 8, 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.
See ocaml/ocaml#14224
Queued on #6684TODO: