tlstunnel, monitoring: use the --enable-monitoring configure option

This commit is contained in:
Hannes Mehnert 2023-03-09 13:29:38 +01:00
parent 4a17efb3ab
commit 8935c0c75b

View file

@ -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" }