mirage / ocaml-solo5

Freestanding OCaml runtime
Other
100 stars 30 forks source link

cirrus: update tested compiler versions #89

Closed hannesm closed 3 years ago

hannesm commented 4 years ago

Dor each supported compiler, test the most recent release on FreeBSD. Adds testing with OCaml 4.11.1.

This was partially part of #83, which fails due to Travis + OCaml CI scripts still not supporting OCaml 4.11. See https://discuss.ocaml.org/t/removing-fat-compiler-images-on-hub-docker-com-r-ocaml-opam2/ and https://github.com/ocaml/ocaml-ci-scripts/pull/347 for further information and potential workarounds.

mato commented 3 years ago

Thanks!