[go: up one dir, main page]

Skip to content

Release prep

What

Prepare the release of Tezt 4.3.0.

How

Try to fix some issues of the opam-repository CI: see https://github.com/ocaml/opam-repository/pull/27220#issuecomment-2574695933 and https://github.com/ocaml/opam-repository/pull/28550

  • add s390x case for the fixed seed test
  • backport the rest of the test-disablements

Other that than, follow the instructions from HOWTO-release.md.

Manually testing the MR

CI should pass.

opam CI should pass too but we'll only know that later. I think we'll probably encounter more issues and we may have to end up disabling more architectures in the .opam.

Checklist

  • Update CHANGES.md. No need to document changes to documentation and tests.
  • Make sure all new values, types etc. are documented in .mli files and that the generated documentation looks ok.
  • Add tests in test/, if relevant.

Merge request reports

Loading