Skip to content

CI: verify that compiler still builds with older OCaml versions #6927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

cknitt
Copy link
Member

@cknitt cknitt commented Jul 31, 2024

Currently,

  • we are building the compiler in CI with OCaml 5.2.0
  • the oldest OCaml version that the compiler still builds with is 4.13.0. (If we wanted to, I think we could extend this further back with very little effort.)

With this PR, CI will check that the compiler still builds with the older versions 5.0.0, 4.14.2 and 4.13.0.
This doesn't cost us additional build time as the compiler builds run in parallel, and the slowest one is macos x64.

@cknitt cknitt force-pushed the ci-old-ocaml branch 2 times, most recently from a572fed to ef65b0b Compare July 31, 2024 06:33
@cknitt cknitt marked this pull request as ready for review July 31, 2024 07:15
@cknitt cknitt requested review from cristianoc and cometkim July 31, 2024 07:15
@cknitt cknitt merged commit 0036228 into rescript-lang:master Jul 31, 2024
20 checks passed
@cknitt cknitt deleted the ci-old-ocaml branch July 31, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants