We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opam update
1 parent b21586f commit a1f5d6eCopy full SHA for a1f5d6e
scripts/static-build.sh
@@ -14,7 +14,8 @@ git ls-files -z | xargs -0 tar c | \
14
sh -uexc \
15
'tar x >&2 &&
16
sudo apk add openssl-libs-static bash >&2 &&
17
- opam switch create . ocaml-system --deps-only --locked >&2 &&
+ opam update >&2 &&
18
+ opam switch create . 5.1.1 --deps-only --locked >&2 &&
19
opam exec make LINKING_MODE=static >&2 &&
20
tar c -hC _build/install/default/bin .' | \
21
tar vx
0 commit comments