reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.09k stars 424 forks source link

Version bump 3.7.0 for new release #2646

Closed jordwalke closed 3 years ago

anmonteiro commented 3 years ago

where are the azure pipelines builds?

jordwalke commented 3 years ago

Yeah, good question! I haven't changed the Azure config. Maybe transient. Let's see.

jordwalke commented 3 years ago

Ah, I think I know. I think the pipeline config might have been hard coded to the old org they lived in. Will fix.

jordwalke commented 3 years ago

Any idea what's going on with ocaml 4.12 error on circle CI?

> Processing triggers for sgml-base (1.29) ...

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git://github.com/ocaml/ocaml-beta-repository
[ocamlorg] no changes from https://opam.ocaml.org

<><> Synchronising development packages <><><><><><><><><><><><><><><><><><><><>
The following dependencies couldn't be met:
  - ocaml -> ocaml-config >= 2
      base of this switch (use `--unlock-base' to force)

No solution found, exiting

Exited with code exit status 20
kit-ty-kate commented 3 years ago

https://github.com/reasonml/reason/pull/2647 should fix the issue

jordwalke commented 3 years ago

Thank you all for the help getting it green!