Commit 2c0e648
docker: install static zstd for OCaml 5.x static linking
OCaml 5.x compiler-libs link against zstd; combined with the static link
(-ccopt -static) the Alpine build needs libzstd.a, which isn't present by
default. Add zstd-static to both Dockerfiles. Fixes 'ld: cannot find -lzstd'
in the bin-image and Dockerfile.test builds.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: David Scott <dave@recoil.org>1 parent d36e3fa commit 2c0e648
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments