Skip to content

Commit 463d7fa

Browse files
committed
Bump obuilder lower bound to 0.7.0
Qemu_sandbox and Hcs_sandbox (used by worker/obuilder_build.{ml,mli} and bin/worker.ml) only appear in obuilder >= 0.7.0; lower-bounds CI for v0.4.0 was still failing with 'Unbound module Obuilder.Qemu_sandbox' after the 0.6.0 bump.
1 parent e3c3a23 commit 463d7fa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
fpath
4444
logs
4545
(lwt (>= 5.7.0))
46-
(obuilder (>= 0.6.0))
46+
(obuilder (>= 0.7.0))
4747
(prometheus-app (>= 1.2))))
4848

4949
(package
@@ -67,7 +67,7 @@
6767
(lwt (>= 5.7.0))
6868
lwt-dllist
6969
(mirage-crypto (>= 0.8.5))
70-
(obuilder (>= 0.6.0))
70+
(obuilder (>= 0.7.0))
7171
(ppx_expect (>= v0.14.1))
7272
ppx_sexp_conv
7373
prometheus

ocluster-worker.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"fpath"
2929
"logs"
3030
"lwt" {>= "5.7.0"}
31-
"obuilder" {>= "0.6.0"}
31+
"obuilder" {>= "0.7.0"}
3232
"prometheus-app" {>= "1.2"}
3333
"odoc" {with-doc}
3434
]

ocluster.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ depends: [
4444
"lwt" {>= "5.7.0"}
4545
"lwt-dllist"
4646
"mirage-crypto" {>= "0.8.5"}
47-
"obuilder" {>= "0.6.0"}
47+
"obuilder" {>= "0.7.0"}
4848
"ppx_expect" {>= "v0.14.1"}
4949
"ppx_sexp_conv"
5050
"prometheus"

0 commit comments

Comments
 (0)