Releases: ocaml/setup-ocaml
Releases · ocaml/setup-ocaml
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.
v1.1.12
v2.0.0-beta2
Changed
- Changed to force an update of the opam cache if the week number is changed.
Removed
- Removed the profiling functionality added in
2.0.0-alpha
.
v2.0.0-beta
Added
- Added
opam-repositories
input to support multiple opam repositories.
Removed
- The
opam-repository
input has been removed in order to add theopam-repositories
input.