use depend instead of lock and pull
This commit is contained in:
parent
3c69bfbf52
commit
6ae0781782
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue