You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't quite understand, but I'd like to get a Mirage CI that uses OCaml 5.2.1. Now, it seems to use
letpp_ocamlf=functionV4_14 ->Fmt.pf f "4.14"|V5_2 ->Fmt.pf f "5.2"letpp_exact_ocamlf=function|V4_14 -> Fmt.pf f "4.14.2"|V5_2 -> Fmt.pf f "5.2.1"letpp_systemf{ ocaml; os }=Fmt.pf f "%a-ocaml-%a" pp_os os pp_ocaml ocaml
letspect=Spec.make @@Fmt.str "ocaml/opam:%a" pp_system t
So, ocaml/opam:...-5.2 -- which is an image with the OCaml 5.2.0 compiler. Is there as well a -5.2.1 tag that we can use?
The text was updated successfully, but these errors were encountered:
I don't quite understand, but I'd like to get a Mirage CI that uses OCaml 5.2.1. Now, it seems to use
So, ocaml/opam:...-5.2 -- which is an image with the OCaml 5.2.0 compiler. Is there as well a -5.2.1 tag that we can use?
The text was updated successfully, but these errors were encountered: