Skip to content

Commit

Permalink
bump min ocaml-solo5 to avoid fast memory usage error
Browse files Browse the repository at this point in the history
  • Loading branch information
palainp authored and samoht committed Apr 8, 2024
1 parent 32faa7f commit ec44ee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/devices/target.ml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module Solo5 = struct

let build_packages =
[
Functoria.package ~min:"0.8.1" ~max:"0.9.0" ~scope:`Switch ~build:true
Functoria.package ~min:"0.8.2" ~max:"0.9.0" ~scope:`Switch ~build:true
"ocaml-solo5";
Functoria.package ~min:"0.7.5" ~max:"0.9.0" ~scope:`Switch ~build:true
"solo5";
Expand Down
4 changes: 2 additions & 2 deletions test/mirage/query/run-hvt.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Query opam file
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
"mirage-runtime" { ?monorepo & >= "4.4.0" & < "4.5.0" }
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"solo5" { build & >= "0.7.5" & < "0.9.0" }
]
Expand Down Expand Up @@ -61,7 +61,7 @@ Query packages
"mirage-logs" { ?monorepo & >= "2.0.0" & < "3.0.0" }
"mirage-runtime" { ?monorepo & >= "4.4.0" & < "4.5.0" }
"mirage-solo5" { ?monorepo & >= "0.9.0" & < "0.10.0" }
"ocaml-solo5" { build & >= "0.8.1" & < "0.9.0" }
"ocaml-solo5" { build & >= "0.8.2" & < "0.9.0" }
"opam-monorepo" { build & >= "0.3.2" }
"solo5" { build & >= "0.7.5" & < "0.9.0" }

Expand Down

0 comments on commit ec44ee5

Please sign in to comment.