Skip to content

Commit

Permalink
Support latest Solo5 versions
Browse files Browse the repository at this point in the history
The latest Solo5 versions are required to build with OCaml 5.2
  • Loading branch information
shym committed Jul 16, 2024
1 parent 2747b5a commit 16d2036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirage/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let tls_key =
let packages = [ package "mirageio"; package ~build:true "yaml" ]

let packages_v =
Key.if_ Key.is_solo5 [ package ~scope:`Switch "solo5" ~max:"0.8.0" ] []
Key.if_ Key.is_solo5 [ package ~scope:`Switch "solo5" ] []

let https =
let runtime_args = [ runtime_arg ~pos:__POS__ "Unikernel_tls.setup" ] in
Expand Down

0 comments on commit 16d2036

Please sign in to comment.