tlstunnel, monitoring: use the --enable-monitoring configure option
This commit is contained in:
parent
4a17efb3ab
commit
8935c0c75b
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ depends: [
|
||||||
|
|
||||||
x-mirage-opam-lock-location: "unikernel/mirage/tlstunnel-hvt.opam.locked"
|
x-mirage-opam-lock-location: "unikernel/mirage/tlstunnel-hvt.opam.locked"
|
||||||
|
|
||||||
x-mirage-configure: ["sh" "-exc" "cd unikernel/ && mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
|
x-mirage-configure: ["sh" "-exc" "cd unikernel/ && mirage configure -t hvt --allocation-policy=best-fit --enable-monitoring --context ./mirage/context --no-extra-repo"]
|
||||||
|
|
||||||
x-mirage-pre-build: [make "-Cunikernel/" "lock" "depext-lockfile" "pull"]
|
x-mirage-pre-build: [make "-Cunikernel/" "lock" "depext-lockfile" "pull"]
|
||||||
|
|
||||||
|
@ -59,4 +59,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
||||||
"ocaml""ocaml-solo5"
|
"ocaml""ocaml-solo5"
|
||||||
"opam-monorepo"]
|
"opam-monorepo"]
|
||||||
|
|
||||||
url { src: "git+https://github.com/roburio/tlstunnel.git#monitoring" }
|
url { src: "git+https://github.com/roburio/tlstunnel.git" }
|
||||||
|
|
Loading…
Reference in a new issue