dns-letsencrypt-secondary, monitoring: use the --enable-monitoring configure option
This commit is contained in:
parent
80d944e9e0
commit
4a17efb3ab
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ depends: [
|
||||||
|
|
||||||
x-mirage-opam-lock-location: "mirage/letsencrypt-hvt.opam.locked"
|
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"]
|
x-mirage-pre-build: [make "lock" "depext-lockfile" "pull"]
|
||||||
|
|
||||||
|
@ -68,4 +68,4 @@ x-opam-monorepo-opam-provided: ["mirage"
|
||||||
"ocaml""ocaml-solo5""opam-monorepo"
|
"ocaml""ocaml-solo5""opam-monorepo"
|
||||||
"solo5"]
|
"solo5"]
|
||||||
|
|
||||||
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git#future" }
|
url { src: "git+https://github.com/roburio/dns-letsencrypt-secondary.git" }
|
||||||
|
|
Loading…
Reference in a new issue