Skip to content

Releases: ocaml/setup-ocaml

v1.1.10

12 Apr 23:07
Compare
Choose a tag to compare

Changed

  • Run brew update before set up to avoid an issue with Bintray transition period.

v1.1.9

17 Feb 02:41
Compare
Choose a tag to compare

Fixed

  • Further fix to switch initialisation.

v1.1.8

16 Feb 16:54
Compare
Choose a tag to compare

Changed

  • The Windows opam wrapper is fractionally less-archaically named opam.cmd, with no loss in arcaneness.
  • Export CYGWIN_ROOT on the Windows runners, allowing bash to be invoked as %CYGWIN_ROOT%\bin\bash/$env:CYGWIN_ROOT\bin\bash (and similarly for Cygwin setup-x86_64.exe).
  • The Windows runner no longer prepends %CYGWIN_ROOT%\bin to PATH.

Fixed

  • Switches in Unix are now properly initialized before running depext.

v1.1.7

15 Feb 00:17
Compare
Choose a tag to compare

Changed

  • Ubuntu and macOS runners no longer display "No switch is currently installed." before building the compiler.
  • Ubuntu no longer installs the system ocaml packages.
  • macOS no longer builds two compilers on every run.
  • Upgrade opam to 2.0.8 for Linux VMs.

v1.1.6

14 Feb 14:18
Compare
Choose a tag to compare

Changed

  • Windows installs Cygwin to D:\cygwin, using faster Azure temporary storage.

v1.1.5

15 Dec 07:40
Compare
Choose a tag to compare

Changed

Reduce build time by exporting modified OPAMJOBS environment variable.

v1.1.4

07 Dec 08:50
Compare
Choose a tag to compare

Changed

Windows installs mingw64-x86_64-gcc-g++ so GitHub Action can build libraries that require it.

v1.1.3

22 Oct 17:23
Compare
Choose a tag to compare

Security

v1.1.2

10 Sep 10:39
a4c3fb2
Compare
Choose a tag to compare

Changed

  • Add the Cygwin setup to a known location for later steps.

Fixed

  • Check if the switch exists before creating the switch.

v1.1.1

20 Aug 02:55
d3cb658
Compare
Choose a tag to compare

Fixed

  • OCaml installation errors on Windows are now properly propagated.