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.
1 parent 86089de commit 473202dCopy full SHA for 473202d
.github/workflows/static-builds.yml
@@ -54,7 +54,7 @@ jobs:
54
bin=(./learn-ocaml-client ./learn-ocaml-server ./learn-ocaml)
55
file "${bin[@]}"
56
ldd "${bin[@]}"
57
- for b in "${bin[@]}"; do ( set -x; "$b" --version ); done
+ for b in "${bin[@]}"; do ( set -x; /sbin/strace "$b" --version ); done
58
- name: Archive static binaries
59
run: |
60
uname -a
scripts/static-build.sh
@@ -10,7 +10,7 @@ cd $(dirname "$0")/..
10
set -o pipefail
11
git ls-files -z | xargs -0 tar c | \
12
docker run --rm -i \
13
- ocamlpro/ocaml:4.12-2022-07-13 \
+ ocamlpro/ocaml:4.12 \
14
sh -uexc \
15
'tar x >&2 &&
16
sudo apk add openssl-libs-static bash >&2 &&
0 commit comments