From d0d78822ad3f4d7f0af8beddd182c0cc141ee167 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 25 Sep 2023 21:44:47 +0200 Subject: [PATCH] static-website: drop http and https arguments for configure --- packages/mirage-unikernel-static-website-hvt.0.0.2/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mirage-unikernel-static-website-hvt.0.0.2/opam b/packages/mirage-unikernel-static-website-hvt.0.0.2/opam index 5154292..59dfb3d 100644 --- a/packages/mirage-unikernel-static-website-hvt.0.0.2/opam +++ b/packages/mirage-unikernel-static-website-hvt.0.0.2/opam @@ -46,7 +46,7 @@ depends: [ x-mirage-opam-lock-location: "applications/static_website_tls/mirage/https-hvt.opam.locked" -x-mirage-configure: ["sh" "-exc" "cd applications/static_website_tls/ && mirage configure -t hvt --http 80 --https 443 --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"] +x-mirage-configure: ["sh" "-exc" "cd applications/static_website_tls/ && mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"] x-mirage-pre-build: [make "-Capplications/static_website_tls/" "lock" "depext-lockfile" "pull"]