use depend instead of lock and pull

This commit is contained in:
Hannes Mehnert 2022-08-08 20:52:18 +02:00
parent 3c69bfbf52
commit 6ae0781782

View file

@ -47,7 +47,7 @@ x-mirage-opam-lock-location: "applications/static_website_tls/mirage/https-hvt.o
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 --http 80 --https 443 --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
x-mirage-pre-build: [make "-Capplications/static_website_tls/" "lock" "pull"] x-mirage-pre-build: [make "-Capplications/static_website_tls/" "depend"]
x-mirage-extra-repo: [ x-mirage-extra-repo: [
["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"] ["opam-overlays" "https://github.com/dune-universe/opam-overlays.git"]