Skip to content

Commit 473202d

Browse files
committed
WIP
1 parent 86089de commit 473202d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
bin=(./learn-ocaml-client ./learn-ocaml-server ./learn-ocaml)
5555
file "${bin[@]}"
5656
ldd "${bin[@]}"
57-
for b in "${bin[@]}"; do ( set -x; "$b" --version ); done
57+
for b in "${bin[@]}"; do ( set -x; /sbin/strace "$b" --version ); done
5858
- name: Archive static binaries
5959
run: |
6060
uname -a

scripts/static-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd $(dirname "$0")/..
1010
set -o pipefail
1111
git ls-files -z | xargs -0 tar c | \
1212
docker run --rm -i \
13-
ocamlpro/ocaml:4.12-2022-07-13 \
13+
ocamlpro/ocaml:4.12 \
1414
sh -uexc \
1515
'tar x >&2 &&
1616
sudo apk add openssl-libs-static bash >&2 &&

0 commit comments

Comments
 (0)