Commit 1983656
fix(cli): uber-jar bundles libzstd natives for all platforms
The CLI is an application, not a library: it shipped the FFM
binding's classes but not the natives, silently depending on a
system libzstd. zstd-platform (runtime) now rides in the shade —
osx/linux/windows x x86_64/aarch64 all present in the jar, and the
uber-jar reads a vortex.zstd file end-to-end (verified via count
and export). Library modules keep zstd as the documented two-
artifact opt-in.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 02123e5 commit 1983656
3 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
281 | 285 | | |
282 | 286 | | |
283 | 287 | | |
| |||
0 commit comments