azurelinux icon indicating copy to clipboard operation
azurelinux copied to clipboard

Upgrade ocaml to 5.1.1 and other ocaml-packages and libguestft and supermin

Open mbykhovtsev-ms opened this issue 1 year ago • 0 comments

Merge Checklist

All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)

  • [ ] The toolchain has been rebuilt successfully (or no changes were made to it)
  • [ ] The toolchain/worker package manifests are up-to-date
  • [x] Any updated packages successfully build (or no packages were changed)
  • [x] Packages depending on static components modified in this PR (Golang, *-static subpackages, etc.) have had their Release tag incremented.
  • [x] Package tests (%check section) have been verified with RUN_CHECK=y for existing SPEC files, or added to new SPEC files
  • [x] All package sources are available
  • [x] cgmanifest files are up-to-date and sorted (./cgmanifest.json, ./toolkit/scripts/toolchain/cgmanifest.json, .github/workflows/cgmanifest.json)
  • [x] LICENSE-MAP files are up-to-date (./SPECS/LICENSES-AND-NOTICES/data/licenses.json, ./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md, ./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)
  • [x] All source files have up-to-date hashes in the *.signatures.json files
  • [x] sudo make go-tidy-all and sudo make go-test-coverage pass
  • [x] Documentation has been updated to match any changes to the build system
  • [x] If you are adding/removing a .spec file that has multiple-versions supported, please add @microsoft/cbl-mariner-multi-package-reviewers team as reviewer (Eg. golang has 2 versions 1.18, 1.21+)
  • [ ] Ready to merge

Summary

Continuation of PR #8326, in this PR I also upgrade other packages that build with ocaml, as well as major one like libguestfs and supermin

Change Log

Upgraded or re-built with new ocaml version these packages

  • azurelinux-rpm-macros
  • emacs
  • vim
  • annobin
  • llvm
  • ocaml
  • ocaml-base
  • ocaml-augeas
  • ocaml-findlib
  • ocaml-gettext
  • ocaml-ounit
  • ocaml-ocamlbuild
  • ocaml-dune
  • ocaml-csexp
  • ocaml-cppo
  • ocaml-pp
  • ocaml-lwt
  • ocaml-sexplib
  • ocaml-sexplib0
  • ocaml-ppxlib
  • ocaml-ppx-let
  • ocaml-ppx-derivers
  • ocaml-ppx-here
  • ocaml-parsexp
  • ocaml-camomile
  • ocaml-compiler-libs-janestreet
  • ocaml-stdlib-random
  • ocaml-camlp-streams
  • ocaml-ocplib-endian
  • ocaml-num
  • ocaml-fileutils
  • ocaml-re
  • ocaml-react
  • ocaml-cinaps
  • ocaml-topkg
  • libguestfs
  • hivex
  • graphviz
  • libnbd
  • nbdkit
  • supermin
Does this affect the toolchain?

YES

Test Methodology
  • Pipeline build id: local and https://dev.azure.com/mariner-org/mariner/_build/results?buildId=566222&view=results ( the annobin package fails tests, but they apparently fail always)

mbykhovtsev-ms avatar May 07 '24 23:05 mbykhovtsev-ms