Skip to content

Commit

Permalink
Merge pull request #926 from mtelvers/ocaml-version
Browse files Browse the repository at this point in the history
Update ocaml-version submodule
  • Loading branch information
mtelvers committed Mar 26, 2024
2 parents ac90e9b + 12be840 commit a107cc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/platform.ml
Expand Up @@ -320,7 +320,7 @@ let get_macos ~arch ~label ~builder ~pool ~distro ~ocaml_version ~opam_version

let get_freebsd ~arch ~label ~builder ~pool ~distro ~ocaml_version ~opam_version
~lower_bound base =
(* Hardcoding opam-vars for FreeBSD 13.2. *)
(* Hardcoding opam-vars for FreeBSD 14.0. *)
match Variant.v ~arch ~distro ~ocaml_version ~opam_version with
| Error (`Msg m) -> Current.fail m
| Ok variant ->
Expand All @@ -332,7 +332,7 @@ let get_freebsd ~arch ~label ~builder ~pool ~distro ~ocaml_version ~opam_version
os = "freebsd";
os_family = "bsd";
os_distribution = "freebsd";
os_version = "1302001";
os_version = "1400097";
ocaml_package = "ocaml-base-compiler";
ocaml_version = latest_ocaml_version ~ocaml_version;
opam_version = Opam_version.to_string_with_patch opam_version;
Expand Down
2 changes: 1 addition & 1 deletion ocaml-version

0 comments on commit a107cc6

Please sign in to comment.