Skip to content

Commit a93710e

Browse files
committed
mirage 4.10: restrict to ocaml < 5 for tests
- Error: Unbound value Unikernel_make__4.start' - Hint: Did you mean start? + Error: Unbound value "Unikernel_make__4.start'" + Hint: Did you mean "start"? as we do for earlier mirage releases
1 parent c85f410 commit a93710e

File tree

1 file changed

+1
-0
lines changed
  • packages/mirage/mirage.4.10.0

1 file changed

+1
-0
lines changed

packages/mirage/mirage.4.10.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build: [
1919

2020
depends: [
2121
"ocaml" {>= "4.13.0"}
22+
"ocaml" {with-test & < "5"}
2223
"dune" {>= "2.9.0"}
2324
"astring"
2425
"cmdliner" {>= "1.2.0"}

0 commit comments

Comments
 (0)