dns-letsencrypt-secondary, monitoring: use the --enable-monitoring configure option

This commit is contained in:
Hannes Mehnert 2023-03-09 13:28:50 +01:00
parent 80d944e9e0
commit 4a17efb3ab

View file

@ -55,7 +55,7 @@ depends: [
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-configure: ["sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit --enable-monitoring --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
@ -68,4 +68,4 @@ x-opam-monorepo-opam-provided: ["mirage"
"ocaml""ocaml-solo5""opam-monorepo"
"solo5"]
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git#future" }
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }