Skip to content

Releases: ocaml/setup-ocaml

v2.0.0-beta9

22 Nov 07:05
Compare
Choose a tag to compare
v2.0.0-beta9 Pre-release
Pre-release

Changed

  • Increase the allowed artifact cache size from 5GB to 10GB.

v2.0.0-beta8

16 Nov 02:15
Compare
Choose a tag to compare
v2.0.0-beta8 Pre-release
Pre-release

Changed

  • Use 2.1 mode instead of 2.0 mode on the Ubuntu and macOS runners.

v2.0.0-beta7

11 Nov 20:11
Compare
Choose a tag to compare
v2.0.0-beta7 Pre-release
Pre-release

Fixed

  • Return an empty array to avoid depext failure when depext flags are not passed.

v2.0.0-beta6

11 Nov 18:43
Compare
Choose a tag to compare
v2.0.0-beta6 Pre-release
Pre-release

Changed

  • Unlock opam 2.1 on the Ubuntu and macOS runners.

v2.0.0-beta5

03 Oct 19:42
Compare
Choose a tag to compare
v2.0.0-beta5 Pre-release
Pre-release

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

06 Sep 15:36
0652c52
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

Changed

  • Set OPAMSOLVERTIMEOUT to 1000 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

31 Jul 13:24
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release

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

31 Jul 13:31
Compare
Choose a tag to compare

Fixed

  • Stop installing depext package on macOS runners (opam is now at 2.1.0).

v2.0.0-beta2

24 Jun 18:49
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release

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

19 Jun 00:16
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Added

  • ​Added opam-repositories input to support multiple opam repositories.

Removed

  • The opam-repository input has been removed in order to add the opam-repositories input.