Releases: ocaml/setup-ocaml
Releases · ocaml/setup-ocaml
v2.0.0-beta11
Fixed
- Add support for more styles for the ocamlformat configuration in lint-fmt action.
v2.0.0-beta10
Added
- Added "extends" experimentally.
Changed
- Remove some hacks as
--no-depexts
is now used in CLI 2.0 mode from opam 2.1.2.
v2.0.0-beta9
Changed
- Increase the allowed artifact cache size from 5GB to 10GB.
v2.0.0-beta8
Changed
- Use 2.1 mode instead of 2.0 mode on the Ubuntu and macOS runners.
v2.0.0-beta7
Fixed
- Return an empty array to avoid depext failure when depext flags are not passed.
v2.0.0-beta6
Changed
- Unlock opam 2.1 on the Ubuntu and macOS runners.
v2.0.0-beta5
Changed
- Reduce GitHub API calls to avoid issues that can easily hit rate-limiting.
Fixed
- If no user-input version is found in the opam-repository, explicitly raise an error instead of implicitly breaking the workflow.
- Retrieve the base compiler version from opam-repository to use the live released compiler version.
v2.0.0-beta4
Changed
- Set
OPAMSOLVERTIMEOUT
to1000
to avoid a timeout even if the opam solver is slow. - Increase cache hit ratio by loosening restore keys of opam cache.
v2.0.0-beta3
Changed
- Use the week number to manage Cygwin cache.
Fixed
- Set repository priorities correctly for multiple repositories feature.
- Lock the version of opam to be installed only to < 2.1 releases until opam 2.2 is released.