Skip to content

Commit c01df3d

Browse files
committed
mirage 4.3.4: relax dune bound
We thought (for Mirage CI and chamelon-based unikernels) this to be a great idea, but unfortunately our mirage-www website unikernel fails (due to opam-monorepo deciding to use dune 3.7.0 and then selecting mirage 4.3.3). The whole story is mirage/mirage-www#795 (comment) combined with mirage/mirage#1401 (comment) For the medium term, we already have another solution in mind.
1 parent 2370128 commit c01df3d

File tree

1 file changed

+1
-1
lines changed
  • packages/mirage/mirage.4.3.4

1 file changed

+1
-1
lines changed

packages/mirage/mirage.4.3.4/opam

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

2020
depends: [
2121
"ocaml" {>= "4.08.0"}
22-
"dune" {>= "2.9.0" & < "3.7.0"}
22+
"dune" {>= "2.9.0"}
2323
"dune" {with-test & >= "3.0.0"}
2424
"ipaddr" {>= "5.0.0"}
2525
"functoria" {= version}

0 commit comments

Comments
 (0)